create Team

open fun createTeam(userId: String, teamId: String, payload: TeamsService.TeamPayload)

Method to create a new team

Parameters

userId

The user identifier of the team owner

teamId

The identifier of the team

payload

The payload with the details of the new team