{
"success": true,
"menu": {
"categories": [
{
"id": "cat-A3K9",
"nombre": "Pizzas",
"foto": "https://example.com/pizzas.jpg",
"activo": true,
"items": [
{
"id": "item-B7X2",
"nombre": "Margherita",
"precio": 12.50,
"descripcion": "Salsa de tomate, mozzarella fresca, albahaca",
"image_path": "menu/items/item-B7X2.webp",
"badge": "Popular",
"is_featured": true,
"activo": true,
"options": [
{
"id": "opt_12345",
"label": "Extra queso",
"price_add": 2.00
},
{
"id": "opt_67890",
"label": "Borde relleno",
"price_add": 3.50
}
]
},
{
"id": "item-C5N8",
"nombre": "Pepperoni",
"precio": 14.00,
"descripcion": "Salsa de tomate, mozzarella, pepperoni",
"image_path": null,
"badge": null,
"is_featured": false,
"activo": true,
"options": null
}
]
},
{
"id": "cat-D8M2",
"nombre": "Bebidas",
"foto": null,
"activo": true,
"items": [
{
"id": "item-E4L7",
"nombre": "Coca-Cola",
"precio": 2.50,
"descripcion": "500ml",
"image_path": null,
"badge": null,
"is_featured": false,
"activo": true,
"options": null
}
]
}
]
}
}