Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/favorites/courses' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"course": {
"id": 3,
"name": "普拉提基础",
"type": "group",
"difficulty": "beginner",
"duration": 60,
"cover_image": "https://example.com/courses/3.jpg"
},
"favorited_at": "2024-01-06T08:30:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 8,
"last_page": 1
}
}