Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/coach/profile' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"user_id": 2,
"name": "王教练",
"specialty": "瑜伽、普拉提",
"bio": "10年教学经验",
"teaching_style": "温和耐心",
"rating": 4.8,
"total_reviews": 128,
"avatar": "https://example.com/coaches/1.jpg",
"status": 1
}
}