pub async fn user_list_teams( configuration: &Configuration, page: Option<i32>, limit: Option<i32>, ) -> Result<Vec<Team>, Error<UserListTeamsError>>