public async Task <ActionResult <ApiSecretRes> > GetApiSecretById(int id)
 {
     return(Ok(await _apiResourceService.GetApiSecretById(id)));
 }