public async Task <ActionResult <int> > AddApiSecret(InsertApiSecretReq req) { return(Ok(await _apiResourceService.AddApiSecret(UserId, req))); }