public void PostAnime([FromBody] AnimeModel model)
 {
     compositionService.CreateAnime(model);
 }