{
    "status": "success",
    "message": "Daftar promo",
    "data": [
        {
            "id": "1",
            "code": "SHANKARA10",
            "title": "Diskon 10% Pelanggan Baru",
            "description": "Diskon 10% untuk pemesanan pertama di Shankara Koffie.",
            "type": "percentage",
            "value": "10.00",
            "min_order": "20000.00",
            "expiry_date": "2025-12-31",
            "is_active": "1",
            "emoji": "🎉",
            "created_at": "2026-06-01 03:28:50"
        },
        {
            "id": "2",
            "code": "KOPI2024",
            "title": "Buy 2 Kopi Gratis 1 Snack",
            "description": "Beli 2 minuman kopi, dapatkan 1 snack gratis senilai Rp 15.000.",
            "type": "fixed",
            "value": "15000.00",
            "min_order": "50000.00",
            "expiry_date": "2025-12-31",
            "is_active": "1",
            "emoji": "☕",
            "created_at": "2026-06-01 03:28:50"
        },
        {
            "id": "3",
            "code": "WEEKEND20",
            "title": "Weekend Special 20% Off",
            "description": "Diskon 20% setiap Sabtu dan Minggu. Min. pembelian Rp 50.000.",
            "type": "percentage",
            "value": "20.00",
            "min_order": "50000.00",
            "expiry_date": "2025-12-31",
            "is_active": "1",
            "emoji": "🎊",
            "created_at": "2026-06-01 03:28:50"
        },
        {
            "id": "4",
            "code": "HEMAT15K",
            "title": "Potongan Rp 15.000",
            "description": "Hemat Rp 15.000 untuk pemesanan di atas Rp 75.000.",
            "type": "fixed",
            "value": "15000.00",
            "min_order": "75000.00",
            "expiry_date": "2025-12-31",
            "is_active": "1",
            "emoji": "💰",
            "created_at": "2026-06-01 03:28:50"
        },
        {
            "id": "5",
            "code": "ULANG",
            "title": "Promo Ulang Tahun",
            "description": "Diskon 25% di hari ulang tahun. Tunjukkan KTP ke kasir.",
            "type": "percentage",
            "value": "25.00",
            "min_order": "0.00",
            "expiry_date": "2025-12-31",
            "is_active": "1",
            "emoji": "🎂",
            "created_at": "2026-06-01 03:28:50"
        }
    ]
}