curl --location --request GET 'https://api.checkandplace.com/api/v1/table-plan-objects/all' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>'{
"table_plan_object_definitions": [
{
"id": "d0f415d6-c218-49db-a64c-dd5deceb947e",
"name": "Table",
"image_url": "www.example_image.png"
}
]
}