{
    "inventario": {
        "mat": {
            "nombre": "Matrimonial (Cama 2 plazas)",
            "total": 7
        },
        "queen": {
            "nombre": "Matrimonial Queen",
            "total": 3
        },
        "king": {
            "nombre": "Matrimonial King",
            "total": 1
        },
        "triple": {
            "nombre": "Habitación Triple",
            "total": 2
        },
        "cuad": {
            "nombre": "Familiar Cuádruple",
            "total": 4
        }
    },
    "reservas": [
        {
            "reservation_id": "RES-20260709-4477C3",
            "nombre": "Maria Rosa Flores",
            "fecha_llegada": "2026-19-07",
            "noches": 2,
            "adultos": 2,
            "ninos": 1,
            "mascota": false,
            "habitacion": "👑 Matrimonial King",
            "habitacion_key": "king",
            "precio_noche": 245,
            "extra_bed": true,
            "extra_bed_price": 60,
            "fp_per_night": 0,
            "fp_total": 0,
            "total_pagina": 610,
            "tipo_reserva": "hotel",
            "estado": "PAGADO_CONFIRMADO",
            "comprobante": "https:\/\/isocialpe.com\/puntosur-api\/uploads\/comp_20260709_224036_6a50236406800.jpg",
            "fecha_comprobante": "2026-07-09 22:40:36",
            "ip_cliente": "179.6.160.173",
            "fecha_creacion": "2026-07-09 22:40:36"
        },
        {
            "reservation_id": "RES-20260714-392B08",
            "nombre": "Andy Lozano",
            "fecha_llegada": "2026-18-08",
            "noches": 1,
            "adultos": 2,
            "ninos": 0,
            "mascota": false,
            "habitacion": "🌊 Matrimonial Queen",
            "habitacion_key": "queen",
            "precio_noche": 220,
            "extra_bed": false,
            "extra_bed_price": 0,
            "fp_per_night": 0,
            "fp_total": 0,
            "total_pagina": 220,
            "tipo_reserva": "hotel",
            "estado": "PENDIENTE_PAGO",
            "comprobante": "https:\/\/isocialpe.com\/puntosur-api\/uploads\/comp_20260714_152347_6a5654833ea18.jpg",
            "fecha_comprobante": "2026-07-14 15:23:47",
            "ip_cliente": "179.6.138.239",
            "fecha_creacion": "2026-07-14 15:23:47"
        }
    ]
}