{
    "username": "username",
    "event": "quotation.created",
    "data": {
        "id": 1,
        "status": null,
        "tax": "0.00",
        "total": "64.90",
        "subtotal": "64.90",
        "employee_id": 1,
        "customer_id": 1,
        "sum": "64.90",
        "created_at": "2025-01-01 15:06:18",
        "updated_at": "2025-01-01 15:06:21",
        "contents": [
            {
                "id": 1,
                "name": "Nike air Presto",
                "status": null,
                "quantity": "1.000",
                "weight": null,
                "delivered": null,
                "price": "64.90",
                "customer_order_id": null,
                "product_id": 4,
                "taxPercentage": "0.00",
                "sum": "64.90",
                "discount": "0.00",
                "subtotal": "64.90",
                "tax": "0.00",
                "total": "64.90",
                "notes": null,
                "created_at": "2025-01-01 15:06:18",
                "updated_at": "2025-01-01 15:06:21",
                "discounts": [],
                "product": {
                    "id": 4,
                    "active": 1,
                    "name": "Nike air Presto",
                    "reference": null,
                    "info": null,
                    "shortInfo": null,
                    "brand": null,
                    "season": null,
                    "photo": "shoes_4.png",
                    "order": 0,
                    "featured": null,
                    "isOpen": 0,
                    "weight": 0,
                    "type": 0,
                    "price": "64.90",
                    "costPrice": "0.00",
                    "barcode": null,
                    "extra_id": null,
                    "category_id": 1,
                    "tax_id": null,
                    "main_product_id": null,
                    "complementary_product_id": null,
                    "discontinued_at": null,
                    "traceability": 0,
                    "usesStockManagement": 0,
                    "usesWeight": 0,
                    "unit_id": 1,
                    "variant_master": null,
                    "tax": null
                }
            }
        ],
        "discounts": []
    }
}