curl --location --request POST 'https://api.checkandplace.com/api/v1/reservation-requests' \
--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",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
"date": "2024-05-06 23:00",
"guest_count": 0,
"note": "string",
"allergen_or_intolerance": true,
"tag_ids": "f822a538-5d10-4249-89b6-dd557ee5945e"
}'