dayOfWeek is 0=Sunday … 6=Saturday). Times are local to thetimeZoneId.Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/locations//hours' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dayOfWeek": 0,
"startTime": "string",
"endTime": "string"
}
]
}