Authorization: Bearer ********************{
"appointmentId": 0,
"dateStart": "2019-08-24T14:15:22.123Z",
"dateEnd": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://api.gofive.co.th/v1/calendio/slots/enquiry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appointmentId": 0,
"dateStart": "2019-08-24T14:15:22.123Z",
"dateEnd": "2019-08-24T14:15:22.123Z"
}'{
"status": {
"code": "1000",
"description": "Success"
},
"data": [
{
"date": "string",
"slots": [
{
"start": "string",
"end": "string"
}
]
}
]
}