location_id query parameter.curl --location 'https://menoo.me/api/v1/menus?location_id=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"menu_id": 101,
"location_id": 42,
"name": "Lunch Menu",
"description": "Available weekdays 12-15",
"language": "en",
"template": "classic",
"is_active": true,
"created": "2026-01-15 10:30:00"
}
]
}