curl --location --request GET 'http://localhost:0721/api/user/works?id¤t=1&pageSize=30' \
--header 'Authorization: {{token}}'
{
"code": 82,
"message": "non commodo sunt aliqua ex",
"data": [
{
"id": "18",
"name": "书几设每术",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "53",
"authorName": "划民领劳",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
},
{
"id": "81",
"name": "个和己气构",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "55",
"authorName": "科一次采级相干",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
}
]
}