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