curl --location --request POST 'https://my.xentree.com/api/organizations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"slug": "string",
"description": "string"
}'{
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"is_active": true,
"role": "string",
"is_internal": true
}