{
    "inventario": {
        "presidencial": {
            "nombre": "Suite Presidencial",
            "total": 1
        },
        "deluxe": {
            "nombre": "Suite Deluxe",
            "total": 3
        }
    },
    "reservas": [
        {
            "reservation_id": "RES-20260810-2DDD0F",
            "nombre": "GFNGFNGF",
            "dni": "45854788",
            "telefono": "985478565",
            "fecha_llegada": "2026-21-08",
            "noches": 2,
            "adultos": 2,
            "ninos": 0,
            "mascota": false,
            "habitacion": "🌿 Suite Deluxe",
            "habitacion_key": "deluxe",
            "precio_noche": 750,
            "recargo_festivo_por_noche": 0,
            "recargo_festivo_total": 0,
            "cargo_nino_extra": 0,
            "cargo_nino_total": 0,
            "total_pagina": 1500,
            "tipo_reserva": "hotel",
            "estado": "PAGADO_CONFIRMADO",
            "estado_pago": "pagado",
            "comprobante_url": "https:\/\/isocialpe.com\/andenesdeazpitia-api\/uploads\/comp_1786386786_b1a5ac4f.jpg",
            "comprobante": null,
            "fecha_comprobante": null,
            "ip_cliente": "179.6.160.162",
            "fecha_creacion": "2026-08-10 18:33:06",
            "notas": [
                {
                    "fecha": "2026-08-10 18:33:50",
                    "autor": "Sistema",
                    "texto": "✅ Reserva aprobada y confirmada (50% verificado)."
                },
                {
                    "fecha": "2026-08-11 02:11:56",
                    "autor": "Admin",
                    "texto": "CLIENTE LLEGA A LAS 2 PM"
                },
                {
                    "fecha": "2026-08-11 02:12:21",
                    "autor": "Admin",
                    "texto": "CLIENTE DICE QUE PAGARA 3 DESAYUNOS"
                }
            ]
        }
    ]
}