allowMembersToCreateTeams setting: when it is enabled, an Organization MEMBER may create a Team; otherwise, the caller must have Organization ADMIN permission. The Organization ID is taken from the path and cannot be overridden by the request body.curl --location 'https://api.apidog.com/v1/organizations/1/teams?locale=en-US' \
--header 'X-Apidog-Api-Version: 2026-05-28' \
--header 'X-Apidog-Api-Version: 2024-03-28' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"success": true,
"data": {
"id": 0,
"name": "string",
"organizationId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}