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