{
    "status": 200,
    "success": true,
    "message": "Success",
    "timestamp": "2026-05-11 15:48:48",
    "data": [
        {
            "id": 1,
            "code": "PROD-001",
            "name": "Mesa Circular Premium",
            "description": "Mesa circular de dise\u00f1o moderno ideal para comedores y espacios abiertos.",
            "unit_measure": "unidad",
            "dimensions": {
                "length": "1.20",
                "width": "1.20",
                "thickness": "0.75"
            },
            "stock": 10,
            "status": true,
            "category": {
                "id": 1,
                "name": "Muebles"
            },
            "brand": {
                "id": 1,
                "name": "Espinoza Hogar"
            },
            "images": [
                {
                    "id": 1,
                    "url": "https://uriel.crythion.com/src/assets/images/mesa_circular.png",
                    "type": "image"
                },
                {
                    "id": 101,
                    "url": "https://uriel.crythion.com/src/assets/models/mesa_circular.glb",
                    "type": "model_3d"
                }
            ],
            "price": {
                "amount": 450,
                "currency": "PEN",
                "start_date": "2026-01-01",
                "status": true
            },
            "discount": null,
            "created_at": "2026-01-05T10:15:00Z",
            "updated_at": "2026-01-20T12:30:00Z"
        },
        {
            "id": 2,
            "code": "PROD-002",
            "name": "Mesa Rectangular Roble",
            "description": "Mesa rectangular robusta fabricada en roble de alta calidad.",
            "unit_measure": "unidad",
            "dimensions": {
                "length": "2.40",
                "width": "1.00",
                "thickness": "0.75"
            },
            "stock": 5,
            "status": true,
            "category": {
                "id": 1,
                "name": "Muebles"
            },
            "brand": {
                "id": 1,
                "name": "Espinoza Hogar"
            },
            "images": [
                {
                    "id": 2,
                    "url": "https://uriel.crythion.com/src/assets/images/mesa_retangular.png",
                    "type": "image"
                },
                {
                    "id": 102,
                    "url": "https://uriel.crythion.com/src/assets/models/mesa_retangular.glb",
                    "type": "model_3d"
                }
            ],
            "price": {
                "amount": 850,
                "currency": "PEN",
                "start_date": "2026-01-01",
                "status": true
            },
            "discount": null,
            "created_at": "2026-01-06T09:00:00Z",
            "updated_at": "2026-01-18T11:20:00Z"
        },
        {
            "id": 3,
            "code": "PROD-003",
            "name": "Piso Porcelanato Gris",
            "description": "Porcelanato de alta resistencia con acabado mate color gris.",
            "unit_measure": "m2",
            "dimensions": {
                "length": "0.60",
                "width": "0.60",
                "thickness": "0.01"
            },
            "stock": 500,
            "status": true,
            "category": {
                "id": 2,
                "name": "Revestimientos"
            },
            "brand": {
                "id": 2,
                "name": "Cer\u00e1micos Per\u00fa"
            },
            "images": [
                {
                    "id": 3,
                    "url": "https://uriel.crythion.com/src/assets/images/piso_porcelanato.png",
                    "type": "image"
                },
                {
                    "id": 103,
                    "url": "https://uriel.crythion.com/src/assets/models/piso_porcelanato.glb",
                    "type": "model_3d"
                }
            ],
            "price": {
                "amount": 45.9,
                "currency": "PEN",
                "start_date": "2026-01-01",
                "status": true
            },
            "discount": null,
            "created_at": "2026-01-07T08:30:00Z",
            "updated_at": "2026-01-19T14:10:00Z"
        }
    ]
}