Authorization: ********************
{
"business_hours_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/businesshours/evaluate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_hours_id": "string"
}'
{
"within_range": true
}