date and time to pass to POST /timeslots/hold.Authorization: Bearer ********************curl --location '/timeslots?interview_type_id=undefined&months_ahead=undefined&date=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"date": "2026-06-10",
"time": "09:00",
"interview_type": {
"id": 4,
"name": "Clinical Interview"
}
},
{
"date": "2026-06-10",
"time": "10:00",
"interview_type": {
"id": 4,
"name": "Clinical Interview"
}
}
],
"meta": {
"interview_type_id": 4,
"months_ahead": 2,
"total": 2
}
}