Authorization: ********************
{
"business_hours_id": "string",
"business_hours_name": "string",
"description": "string",
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/businesshours/updateinfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_hours_id": "string",
"business_hours_name": "string",
"description": "string",
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO",
"field_mask": "string"
}'
{}