cURL
curl --request POST \ --url https://app.thareja.ai/api/v3/mobile/team/createTeam \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Engineering Team" } '
Creates a new team
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the new team
"Engineering Team"
New Team response