{
    "username": "username",
    "event": "customerOrder.created",
    "data": {
        "id": 1,
        "status": 0,
        "tax": "0.00",
        "total": "129.80",
        "subtotal": "129.80",
        "employee_id": 1,
        "customer_id": 3,
        "sum": "129.80",
        "created_at": "2025-01-01 15:08:40",
        "updated_at": "2025-01-01 15:08:43",
        "contents": [
            {
                "id": 1,
                "status": 0,
                "name": "Nike air Presto",
                "quantity": "2.000",
                "weight": null,
                "price": "64.90",
                "quotation_id": null,
                "product_id": 4,
                "taxPercentage": "0.00",
                "sum": "129.80",
                "discount": "0.00",
                "subtotal": "129.80",
                "tax": "0.00",
                "total": "129.80",
                "discountObject": {
                    "id": null,
                    "name": "",
                    "amount": 0,
                    "isPercentage": 0,
                    "status": "discountObject is a legacy object, use \"discounts\" array instead."
                },
                "notes": null,
                "created_at": "2025-01-01 15:08:40",
                "updated_at": "2025-01-01 15:08:43",
                "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": []
    }
}