{
  "users": [
    {
      "id": "admin",
      "name": "Admin Manager",
      "email": "admin@myfix.com",
      "phone": "+60 12-0000000",
      "role": "admin",
      "password": "Arun1609!",
      "avatarUrl": "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150",
      "isSuspended": false,
      "suspendedUntil": null,
      "suspensionReason": null
    }
  ],
  "customer_profiles": [],
  "provider_profiles": [],
  "service_requests": [],
  "bids": [],
  "wallet_transactions": [],
  "chat_messages": [],
  "notifications": [],
  "categories": [
    {
      "id": "Aircond",
      "name": "Aircond Repair",
      "desc": "Chemical cleaning, gas top up, fan bearing changes",
      "icon": "Wind",
      "color": "text-indigo-500 bg-indigo-50 border-indigo-100",
      "parcelEnabled": false
    },
    {
      "id": "Cleaning",
      "name": "Cleaning",
      "desc": "House cleaning, office dusting, deep post-renovation disinfection",
      "icon": "Sparkles",
      "color": "text-emerald-500 bg-emerald-50 border-emerald-100",
      "parcelEnabled": false
    },
    {
      "id": "Electrical",
      "name": "Electrical",
      "desc": "Wiring, switchboard faults, lighting installations",
      "icon": "Zap",
      "color": "text-amber-500 bg-amber-50 border-amber-100",
      "parcelEnabled": false
    },
    {
      "id": "Plumbing",
      "name": "Plumbing",
      "desc": "Leaking pipes, basin installation, drainage problems",
      "icon": "Droplet",
      "color": "text-blue-500 bg-blue-50 border-blue-100",
      "parcelEnabled": false
    }
  ],
  "countries": [
    {
      "id": "Malaysia",
      "name": "Malaysia"
    }
  ],
  "states": [
    {
      "id": "Johor",
      "name": "Johor",
      "countryId": "Malaysia"
    },
    {
      "id": "Kedah",
      "name": "Kedah",
      "countryId": "Malaysia"
    },
    {
      "id": "Kelantan",
      "name": "Kelantan",
      "countryId": "Malaysia"
    },
    {
      "id": "Kuala Lumpur",
      "name": "Kuala Lumpur",
      "countryId": "Malaysia"
    },
    {
      "id": "Labuan",
      "name": "Labuan",
      "countryId": "Malaysia"
    },
    {
      "id": "Melaka",
      "name": "Melaka",
      "countryId": "Malaysia"
    },
    {
      "id": "Negeri Sembilan",
      "name": "Negeri Sembilan",
      "countryId": "Malaysia"
    },
    {
      "id": "Pahang",
      "name": "Pahang",
      "countryId": "Malaysia"
    },
    {
      "id": "Penang",
      "name": "Penang",
      "countryId": "Malaysia"
    },
    {
      "id": "Perak",
      "name": "Perak",
      "countryId": "Malaysia"
    },
    {
      "id": "Perlis",
      "name": "Perlis",
      "countryId": "Malaysia"
    },
    {
      "id": "Putrajaya",
      "name": "Putrajaya",
      "countryId": "Malaysia"
    },
    {
      "id": "Sabah",
      "name": "Sabah",
      "countryId": "Malaysia"
    },
    {
      "id": "Selangor",
      "name": "Selangor",
      "countryId": "Malaysia"
    }
  ],
  "vouchers": []
}