{
    "status": "success",
    "message": "Daftar pesanan",
    "data": [
        {
            "id": "4",
            "order_code": "SKF-ED36B6",
            "table_number": "1",
            "status": "confirmed",
            "payment_method": "QRIS",
            "is_paid": "1",
            "discount_amount": "0.00",
            "promo_code": "",
            "queue_position": "0",
            "notes": "",
            "created_at": "2026-08-13 02:13:02",
            "completed_at": null,
            "items": [
                {
                    "id": "4",
                    "order_id": "4",
                    "menu_item_id": "20",
                    "menu_item_name": "Brownies Coklat",
                    "menu_item_price": "28000.00",
                    "menu_item_emoji": "🍫",
                    "quantity": "1",
                    "notes": "",
                    "customer_name": "tes"
                }
            ]
        },
        {
            "id": "3",
            "order_code": "SKF-EA7DCE",
            "table_number": "5",
            "status": "completed",
            "payment_method": "QRIS",
            "is_paid": "1",
            "discount_amount": "0.00",
            "promo_code": "",
            "queue_position": "0",
            "notes": "",
            "created_at": "2026-06-06 09:05:34",
            "completed_at": "2026-06-06 03:06:27",
            "items": [
                {
                    "id": "3",
                    "order_id": "3",
                    "menu_item_id": "13",
                    "menu_item_name": "Brown Sugar Milk Tea",
                    "menu_item_price": "28000.00",
                    "menu_item_emoji": "🧋",
                    "quantity": "1",
                    "notes": "",
                    "customer_name": "ffffff"
                }
            ]
        },
        {
            "id": "2",
            "order_code": "SKF-383E6A",
            "table_number": "1",
            "status": "completed",
            "payment_method": "QRIS",
            "is_paid": "1",
            "discount_amount": "0.00",
            "promo_code": "",
            "queue_position": "0",
            "notes": "",
            "created_at": "2026-06-01 05:03:47",
            "completed_at": "2026-05-31 23:04:34",
            "items": [
                {
                    "id": "2",
                    "order_id": "2",
                    "menu_item_id": "19",
                    "menu_item_name": "Cheesecake Slice",
                    "menu_item_price": "32000.00",
                    "menu_item_emoji": "🍰",
                    "quantity": "1",
                    "notes": "",
                    "customer_name": "tes1"
                }
            ]
        },
        {
            "id": "1",
            "order_code": "SKF-77BDEB",
            "table_number": "3",
            "status": "completed",
            "payment_method": "QRIS",
            "is_paid": "1",
            "discount_amount": "0.00",
            "promo_code": "",
            "queue_position": "0",
            "notes": "",
            "created_at": "2026-06-01 04:47:51",
            "completed_at": "2026-05-31 22:48:42",
            "items": [
                {
                    "id": "1",
                    "order_id": "1",
                    "menu_item_id": "11",
                    "menu_item_name": "Coklat Panas",
                    "menu_item_price": "28000.00",
                    "menu_item_emoji": "🍫",
                    "quantity": "1",
                    "notes": "",
                    "customer_name": "Fahri"
                }
            ]
        }
    ]
}