curl --location --request PATCH 'https://api.checkandplace.com/api/v1/revenue_centers/' \
--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 '{
"grid_size_x": 0,
"grid_size_y": 0,
"average_reservation_time": 0,
"interval_time_for_reservation": 0,
"work_start_time": "09:00",
"work_end_time": "18:00",
"allow_reservation_request": true,
"allow_online_reservation": true,
"is_active": true,
"translations": [
{
"locale": "string",
"text": "string"
}
]
}'