public IActionResult Create([FromBody] HorseCreate horse) { _horseService.Create(horse); return(Accepted()); }