curl --location --request POST 'https://api.checkandplace.com/api/v1/reports/reservations' \
--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",
"type": "string",
"query": "string",
"statuses": [
"string"
],
"start_at": "2024-05-06 12:00",
"end_at": "2024-05-06 12:00",
"max_days_interval": 366,
"slot_id": "d523579d-6c79-4c6c-b245-75caa273f86e",
"customer_type_ids": [
"string"
],
"tag_ids": [
"string"
],
"is_first_reservation": true,
"columns": [
"string"
],
"emails": [
"string"
],
"page": 1,
"per_page": 50,
"order_by": "string",
"order_direction": "string"
}'