curl --location --request GET 'http://localhost:0721/api/favorite/works?id&pageSize=12¤t=1' \
--header 'Authorization: {{token}}'
{
"code": 9,
"message": "sunt",
"data": [
{
"id": "42",
"name": "流打目得机",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "13",
"authorName": "整自半族会建华",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
},
{
"id": "68",
"name": "观进外生制人离",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "40",
"authorName": "识办红走回他",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
}
]
}