api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//teams' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"description": "string",
"allow_auto_assign": true
}'{
"id": 0,
"name": "string",
"description": "string",
"allow_auto_assign": true,
"account_id": 0,
"is_member": true
}