Authorization: ********************
{
"org_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"name": "string",
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/organization/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"time_zone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"name": "string",
"field_mask": "string"
}'
{}