curl --location --request GET 'https://api.checkandplace.com/api/v1/dashboard/daily_report?revenue_center_id&slot_id&date=2024-05-06 21:00' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"daily_report": [
{
"hour": "08",
"total_guest": 10,
"occupancy_rate": 12,
"slot_id": "c468fe2c-f57a-49e4-ad2b-c553ca17708e",
"color": "red"
}
],
"summary_report": [
{
"total_occupancy_rate": 12,
"total_guest": 10,
"total_init_guest": 4,
"total_sitting_guest": 3,
"total_done_guest": 3
}
]
}