Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/favorites/coaches' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"coach": {
"id": 2,
"name": "王教练",
"specialty": "瑜伽、普拉提",
"rating": 4.8,
"total_reviews": 128,
"avatar": "https://example.com/coaches/2.jpg"
},
"followed_at": "2024-01-05T12:00:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 5,
"last_page": 1
}
}