{
  "club_code": "ABC123",
  "status": {
    "current_tier": "Gold",
    "next_tier": "Platinum",
    "points": 1200,
    "points_to_next": 300,
    "next_tier_threshold": 1500
  },
  "rewards": [
    {
      "id": "reward_001",
      "status": "unlocked",
      "icon_key": "star"
    },
    {
      "id": "reward_002",
      "status": "locked",
      "icon_key": "trophy"
    }
  ],
  "earn_points": [
    {
      "id": "earn_001",
      "points": 100,
      "icon_key": "shopping_cart"
    },
    {
      "id": "earn_002",
      "points": 200,
      "icon_key": "gift"
    }
  ]
}