{
"code": 200,
"message": "success",
"data": [
{
"id": 100,
"course_id": 1,
"course_name": "哈他瑜伽",
"coach_name": "王教练",
"date": "2024-01-15",
"start_time": "10:00:00",
"end_time": "11:00:00",
"location": "A区瑜伽室",
"capacity": 20,
"booked_count": 15
},
{
"id": 101,
"course_id": 1,
"course_name": "哈他瑜伽",
"coach_name": "王教练",
"date": "2024-01-16",
"start_time": "10:00:00",
"end_time": "11:00:00",
"location": "A区瑜伽室",
"capacity": 20,
"booked_count": 13
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 40,
"last_page": 3
}
}