{
"object": "class",
"id": "cls_abc123",
"name": "Morning Yoga Flow",
"category": "YOGA",
"instructor": "Chioma Adeyemi",
"description": "A calming morning flow suitable for all levels",
"address": "5 Adeola Odeku Street, Victoria Island, Lagos",
"schedule": "Mon, Wed, Fri at 07:00",
"price": 0,
"currency": "NGN",
"created": 1746700000000,
"message": "Pass issued successfully",
"provider_name": "FitHub Lagos",
"distance_km": 3.1,
"duration_minutes": 60,
"credit_cost": 3,
"spots_total": 20,
"spots_remaining": 8,
"next_instance": 1746878400000,
"upcoming_instances": [
{
"object": "class_instance",
"id": "ci_abc123",
"bookable": true,
"message": "Pass issued successfully",
"scheduled_for": 1746878400000,
"spots_remaining": 5
}
]
}