curl --location --request GET 'https://api.checkandplace.com/api/v1/calendar?revenue_center_id&start_date=2024-05-06 12:00&end_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>'{
"off_days": [
{
"id": "7d3c39e7-e49a-4f54-8c1b-3358c2cf06ba",
"date": "2024-05-06",
"note": "Example note"
}
],
"daily_notes": [
{
"id": "ee2b3df8-7c95-4353-b0ce-878bc13bbe58",
"date": "2024-05-06",
"note": "Example note"
}
],
"events": [
{
"id": "c065603f-8841-4c45-9ca4-43f47827faa4",
"date": "2024-05-06",
"name": "Anniversary Event"
}
]
}