public IActionResult CreateCollection([FromBody] Collection collection) { collectionServices.CreateCollection(collection); return(new OkResult()); }