curl --location 'https://api.checkandplace.com/v1/online-reservations/slot-hours?revenue_center_id=undefined&date=2025-05-06' \
--header 'CheckandPlace-Access-Token: <api-key>'{
"slots": [
{
"name": "Lunch",
"translations": [
{
"name": "Öğle",
"locale": "tr"
}
],
"hours": [
"12:00",
"12:30",
"13:00"
]
},
{
"name": "Dinner",
"translations": [
{
"name": "Akşam",
"locale": "tr"
}
],
"hours": [
"19:00",
"19:30",
"20:00"
]
}
]
}