public async Task <IActionResult> AddApi([FromBody] Yu.Data.Entities.Right.Api api) { await _apiService.AddApiAsync(api); return(Ok()); }