Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/coach/schedule' \
--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",
"location": "A区瑜伽室",
"capacity": 20,
"booked_count": 15,
"students": [
{
"id": 1,
"name": "张三",
"phone": "13800138000"
}
]
}
]
}