curl --location --request POST 'https://api.checkandplace.com/api/v1/calendars' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"revenue_center_id": "3b274567-7234-4972-bc6c-e8795c241942",
"table_id": "ac92386a-00cc-4818-bf43-1a666d5a5e67",
"reservation_request_id": "950107d6-e13b-4ef4-ab4f-df048e7ec00c",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"date": "2024-05-06 21:00",
"estimated_discharged_at": "2024-05-06 21:00",
"note": "string",
"guest_count": 0,
"arrival_state": 0,
"occupied_seat_count": 0,
"source_detail": "string",
"is_dining": true,
"status": 0,
"female_cover": 0,
"male_cover": 0,
"child_cover": 0,
"has_provision_confirmation": true,
"hotel_room_number": "string",
"make_a_reservation": true,
"transfer_status": true,
"allergen_or_intolerance": true,
"requires_payment_request": true,
"tag_ids": [
"string"
]
}'