curl --location --request PATCH 'https://api.checkandplace.com/api/v1/tables//assign' \
--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 '{
"calendar_id": "c828ce68-4c5a-4491-b76a-af3d888d3f97",
"occupied_seat_count": 0,
"will_not_come": true,
"male_cover": 0,
"female_cover": 0,
"child_cover": 0
}'