Teams
Create a new team
Create a new team
post/teams
Request body
Example request
{
"name": "Engineering Team"
}Response
Team created successfully
Example response
{
"done": true,
"body": {
"name": "Engineering Team"
},
"message": "Operation completed successfully"
}