date as a UTC instant pointing into the desired local day — theAuthorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/availability?reservableVariantId&businessLocationId&date' \
--header 'Authorization: Bearer <token>'{
"date": "2019-08-24T14:15:22.123Z",
"timeZoneId": "string",
"slots": [
{
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"staffMemberId": "138ee295-38b9-456a-b430-39719940f4cd",
"staffName": "string"
}
]
}