public async Task <IActionResult> DeleteTeam(int teamId) { await _teamsService.DeleteTeam(teamId, _currentUser.Id); return(Ok()); }