Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/coach/my-courses' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"name": "哈他瑜伽",
"type": "group",
"total_sessions": 30,
"total_students": 50,
"rating": 4.8,
"status": 1
}
]
}