v3 teams
Create a Team
Create a team, the authenticated user will be created as the 'Administrator' of the team.
post/v3/teams
Request body
Example request
{
"name": "string"
}Response
Example response
Example response
{
"data": {
"attributes": {
"name": "string"
}
}
}