curl --location --request GET 'http://localhost:0721/api/illustration/rank' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "in qui cillum ut",
"data": [
{
"id": "46",
"name": "决体压结打第",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "9",
"authorName": "外月流方和",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
}
]
}