{
"type": "vip_tier",
"id": "tier_gold",
"attributes": {
"name": "Gold",
"description": "Premium tier",
"points_required": 500,
"points_multiplier": 1.5,
"badge_image_url": null,
"badge_color": "#FFD700",
"rewards": [
{
"id": "reward_abc",
"name": "£5 off your next order",
"description": null,
"discount_type": "fixed",
"reward_type": "tier",
"points_cost": 500,
"discount_amount": 5.00,
"minimum_spend": 20.00,
"is_active": true,
"max_redemptions": null,
"expiry_days": 30,
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
],
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}
}