[
  {
    "id": 1,
    "key": "free",
    "name": "Free",
    "price": 0,
    "duration_days": 30,
    "description": "Basic access to the platform",
    "features": [
      "Browse public profiles",
      "View locations",
      "Up to 2 bookings/month"
    ],
    "sort_order": 0,
    "is_active": true,
    "created_at": "2026-06-10T06:04:38.629Z",
    "updated_at": "2026-06-10T06:04:38.629Z"
  },
  {
    "id": 3,
    "key": "premium",
    "name": "Premium",
    "price": 999,
    "duration_days": 30,
    "description": "Premium membership for professionals",
    "features": [
      "All Basic features",
      "Unlimited bookings",
      "Featured access",
      "Network access"
    ],
    "sort_order": 2,
    "is_active": true,
    "created_at": "2026-06-10T06:04:38.629Z",
    "updated_at": "2026-06-10T06:04:38.629Z"
  },
  {
    "id": 4,
    "key": "vip",
    "name": "VIP",
    "price": 1999,
    "duration_days": 30,
    "description": "The ultimate membership with full access",
    "features": [
      "All Premium features",
      "Private concierge",
      "Direct admin line",
      "Priority matching"
    ],
    "sort_order": 3,
    "is_active": true,
    "created_at": "2026-06-10T06:04:38.629Z",
    "updated_at": "2026-06-10T06:04:38.629Z"
  },
  {
    "id": 2,
    "key": "basic",
    "name": "Basic",
    "price": 499,
    "duration_days": 30,
    "description": "Enhanced access with more features",
    "features": [
      "All Free features",
      "10 bookings/month",
      "Priority support"
    ],
    "sort_order": 1,
    "is_active": true,
    "created_at": "2026-06-10T06:04:38.629Z",
    "updated_at": "2026-06-10T06:13:50.287Z"
  }
]