curl --location 'https://api.checkandplace.com/v1/online-reservation-requests/unavailable-dates?revenue_center_id=undefined&guest_count=undefined&start_date=2025-05-06%2012%3A00&end_date=2025-05-10%2012%3A00' \
--header 'CheckandPlace-Access-Token: <api-key>'{
"all_disabled": false,
"dates": {
"2024-05-06": {
"is_disabled": false,
"is_off_day": true,
"off_day_note": "Note",
"translations": [
{
"note": "Not",
"locale": "tr"
}
],
"is_note_visible": false
},
"2024-05-07": {
"is_disabled": true,
"is_off_day": false,
"off_day_note": null,
"translations": [],
"is_note_visible": false
}
},
"events": [
{
"id": "072c2612-9353-49f7-a7b8-4cfb5f9b9a5e",
"date": "2024-05-07",
"name": "Anniversary"
}
],
"paid_slot_days": [
"2024-05-08"
]
}