curl --location --request GET 'http://localhost:0721/api/illustrator/works?id&pageSize¤t' \
--header 'Authorization: {{token}}'
{
"code": 51,
"message": "labore veniam tempor in qui",
"data": [
{
"id": "7",
"name": "是出白",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "69",
"authorName": "海边置西",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
}
]
}