{
    "username": "username",
    "event": "turn.closed",
    "data": {
        "id": 2,
        "total": "314.30",
        "totals": [
            {
                "payment_method_id": 5,
                "name": "E-Commerce",
                "amount": "0.50"
            },
            {
                "payment_method_id": 1,
                "name": "Efectivo",
                "amount": "313.80"
            }
        ],
        "in": "0.00",
        "out": "-200.00",
        "inouts": [
            {
                "id": 1,
                "reason": "Test",
                "amount": "-200.00",
                "extra_id": null,
                "turn_id": 2
            }
        ],
        "cashOffset": "-113.80",
        "cardOffset": "0.00",
        "otherTillsOffset": [],
        "ordersCount": 2,
        "paymentMethods": {
            "E-Commerce": "0.50",
            "Efectivo": "313.80"
        },
        "created_at": "2025-01-01T11:53:05.000000Z",
        "closed_at": "2025-01-01T14:38:41.000000Z"
    }
}