{
  "tenants": [],
  "users": [
    {
      "id": 9999,
      "tenant_id": 0,
      "role_id": 1,
      "name": "Ahmad Arsal (Pemilik Web)",
      "email": "admin@mikrobil.com",
      "phone": "081111111111",
      "status": "active",
      "password": "admin",
      "last_login": "2026-06-26T06:32:25.242Z",
      "created_at": "2026-06-19T10:26:46.011Z",
      "updated_at": "2026-06-19T10:26:46.011Z"
    }
  ],
  "subscriptionPlans": [
    {
      "id": 1,
      "name": "Starter",
      "max_customers": 100,
      "max_routers": 3,
      "max_olts": 1,
      "monthly_price": 150000
    },
    {
      "id": 2,
      "name": "Professional",
      "max_customers": 1000,
      "max_routers": 20,
      "max_olts": 5,
      "monthly_price": 500000
    },
    {
      "id": 3,
      "name": "Enterprise",
      "max_customers": 999999,
      "max_routers": 999,
      "max_olts": 99,
      "monthly_price": 1500000
    }
  ],
  "packages": [],
  "customers": [],
  "customerNotes": [],
  "customerDocuments": [],
  "invoices": [],
  "payments": [],
  "staticIps": [],
  "resellers": [],
  "resellerTransactions": [],
  "tickets": [],
  "ticketComments": [],
  "workOrders": [],
  "olts": [],
  "onus": [],
  "networkNodes": [],
  "networkLinks": [],
  "whatsappLogs": [],
  "telegramLogs": [],
  "activityLogs": [],
  "gatewaySettings": {
    "whatsapp_api_url": "https://api.fonnte.com",
    "whatsapp_token": "",
    "whatsapp_status": "disconnected",
    "telegram_bot_token": "",
    "telegram_chat_id": "",
    "telegram_status": "disconnected"
  },
  "billingSettings": {
    "auto_billing_enabled": true,
    "auto_isolate_overdue": true,
    "due_days": 10,
    "template_invoice_created": "Yth. {customer_name}, Invoice {invoice_number} sebesar {invoice_amount} telah terbit. Silakan lakukan pembayaran sebelum tanggal {due_date} agar layanan internet {service_plan} tetap aktif. Terima kasih!",
    "template_invoice_reminder": "Yth. {customer_name}, Mengingatkan kembali bahwa tagihan {invoice_number} sebesar {invoice_amount} akan jatuh tempo pada {due_date}. Silakan abaikan pesan ini jika sudah melakukan pembayaran.",
    "template_invoice_overdue": "PERINGATAN! Yth. {customer_name}, tagihan {invoice_number} sebesar {invoice_amount} TELAH MELEWATI JATUH TEMPO ({due_date}). Layanan Anda akan diisolasi/dinonaktifkan sementara sampai dilakukan pembayaran.",
    "template_invoice_paid": "Terima kasih! Pembayaran untuk Invoice {invoice_number} sebesar {invoice_amount} telah kami terima. Layanan internet Anda telah aktif kembali."
  }
}