Authorization: ********************
{
"name": "string",
"crm_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"is_manual_only_account": true,
"backoffice_theme": "CLIENT_SKIN_DEFAULT",
"allowed_countries": [
"COUNTRY_UNDEFINED"
],
"p3_parent_account": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"crm_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"is_manual_only_account": true,
"backoffice_theme": "CLIENT_SKIN_DEFAULT",
"allowed_countries": [
"COUNTRY_UNDEFINED"
],
"p3_parent_account": "string"
}'
{
"org_id": "string"
}