curl --request POST \
--url https://app.aptlystar.ai/api/v1/project/{org_id}/{project_id}/createNewTeamOnProject \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"teamName": "<string>",
"teamDescription": "<string>"
}'
curl --request POST \
--url https://app.aptlystar.ai/api/v1/project/{org_id}/{project_id}/createNewTeamOnProject \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"teamName": "<string>",
"teamDescription": "<string>"
}'