Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/courses/calendar' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"course_id": 1,
"course_name": "哈他瑜伽",
"date": "2024-01-15",
"start_time": "10:00:00",
"end_time": "11:00:00",
"coach_id": 1,
"coach_name": "王教练",
"location": "A区瑜伽室",
"capacity": 20,
"booked_count": 15
}
]
}