curl --location --request GET 'https://api.checkandplace.com/api/v1/table-plan-objects?revenue_center_id' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"table_plan_objects": [
{
"id": "742000a3-f879-4c9d-890e-3ce6bbe16302",
"plan": {
"column": 4,
"height": 5,
"isCircular": true,
"row": 12,
"width": 4
},
"name": "Example name",
"image_url": "https://example1.png"
},
{
"id": "1eac87bb-c6e6-4567-8615-f88f842a2fbe",
"plan": {
"column": 2,
"height": 6,
"isCircular": false,
"row": 22,
"width": 2
},
"name": "Example name",
"image_url": "https://example2.png"
}
]
}