{
    "username": "username",
    "event": "order.closed",
    "data": {
        "id": 4,
        "extra_id": null,
        "tax": 0,
        "total": 313.79998779296875,
        "subtotal": 313.79998779296875,
        "discount": 5,
        "orderDiscount": 5,
        "notes": null,
        "shippingAmount": null,
        "employee_id": 1,
        "customer_id": null,
        "customer": null,
        "status": 3,
        "sum": 318.79998779296875,
        "created_at": "2025-01-01 14:32:12",
        "updated_at": "2025-01-01 14:32:24",
        "closed_at": "2025-01-01 14:32:24",
        "invoices": [
            {
                "id": 4,
                "number": "2-2",
                "order_id": 4,
                "turn_id": 2,
                "created_at": "2025-01-01 14:32:24",
                "updated_at": "2025-01-01 14:32:24",
                "counter_id": 3,
                "payments": [
                    {
                        "id": 4,
                        "amount": "313.80",
                        "change": "0.00",
                        "payment_method_id": 1,
                        "invoice_id": 4,
                        "created_at": "2025-01-01 14:32:24",
                        "external_reference": null
                    }
                ]
            }
        ],
        "contents": [
            {
                "id": 4,
                "name": "NikeCourt CVlassic Ultra Premium",
                "quantity": 3,
                "weight": null,
                "price": "82.20",
                "order_id": 4,
                "sum": "246.60",
                "discount": "0.00",
                "subtotal": "246.60",
                "tax": "0.00",
                "total": "246.60",
                "taxPercentage": "0.00",
                "notes": null,
                "margin": "0.00",
                "price_rate_id": null,
                "product_id": 3,
                "refunded": null,
                "refunded_from_id": null,
                "serial_number": null,
                "lot": null,
                "promotion_id": null,
                "discounts": [],
                "refunded_from": null,
                "created_at": "2025-01-01 14:32:12",
                "updated_at": "2025-01-01 14:32:24"
            },
            {
                "id": 5,
                "name": "Nike Air Max 2016",
                "quantity": 1,
                "weight": null,
                "price": "72.20",
                "order_id": 4,
                "sum": "72.20",
                "discount": "0.00",
                "subtotal": "72.20",
                "tax": "0.00",
                "total": "72.20",
                "taxPercentage": "0.00",
                "notes": null,
                "margin": "0.00",
                "price_rate_id": null,
                "product_id": 2,
                "refunded": null,
                "refunded_from_id": null,
                "serial_number": null,
                "lot": null,
                "promotion_id": null,
                "discounts": [],
                "refunded_from": null,
                "created_at": "2025-01-01 14:32:14",
                "updated_at": "2025-01-01 14:32:24"
            }
        ]
    }
}