curl --location --request PATCH '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",
"table_ids": [
"string"
],
"reservation_request_id": "950107d6-e13b-4ef4-ab4f-df048e7ec00c",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
"date": "2024-05-06 21:00",
"estimated_discharged_at": "2024-05-06 21:00",
"note": "string",
"guest_count": 0,
"pricing": "string",
"plate": 0,
"occupied_seat_count": 0,
"is_dining": true,
"is_waiting": null,
"female_cover": 0,
"male_cover": 0,
"child_cover": 0,
"has_provision_confirmation": true,
"hotel_room_number": "string",
"make_a_reservation": true,
"allergen_or_intolerance": true,
"requires_payment_request": true,
"tag_ids": [
"string"
]
}'