curl --location --request PATCH 'https://api.checkandplace.com/api/v1/slots/' \
--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",
"start_time": "09:00",
"end_time": "13:00",
"start_date": "2025-07-20",
"end_date": "2025-08-25",
"paid": false,
"price": 0,
"seating": true,
"capacities": [
{
"start_time": "09:00",
"end_time": "13:00",
"capacity": 0
}
],
"online_capacities": [
{
"start_time": "09:00",
"end_time": "13:00",
"capacity": 0
}
],
"request_capacities": [
{
"start_time": "09:00",
"end_time": "13:00",
"capacity": 0
}
],
"days": [
0
],
"translations": [
{
"locale": "string",
"text": "string"
}
]
}'