curl --location --request GET 'https://benzine.telcoinabox.com/tiab/api/v1/appointment?dateFrom=&orderId'
{
"appointmentRequestId": "string",
"appointments": [
{
"slotId": "string",
"slotType": "AM",
"startTime": "string",
"endTime": "2019-08-24T14:15:22Z",
"timezoneOffset": "string",
"leadTime": "Standard",
"withinTimeWindow": true
}
]
}