Teams
Create
Authorized
Description
Authentication type : application/json
Creates a new team within the specified organization. The current user automatically becomes the owner of the created team.
Request Body
Required
{
"name": "Development Team",
"organizationId": "org_id_here"
}