curl --location --request PATCH 'https://api.checkandplace.com/api/v1/table-plan-objects/' \
--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",
"table_plan_object_definition_id": "5dd6ce65-babb-414f-8a4e-c4000671dbb6",
"plan": {
"column": 0,
"height": 0,
"isCircular": true,
"row": 0,
"width": 0
}
}'{
"table_plan_object": {
"id": "f77d79f8-ffbd-47d5-9dd1-8291cf046c94",
"plan": {
"column": 4,
"height": 5,
"isCircular": true,
"row": 12,
"width": 4
},
"name": "Example name",
"image_url": "https://example.png"
}
}