curl --location --request GET 'http://localhost:0721/api/illustration/following?pageSize=1¤t=30' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "anim",
"data": [
{
"id": "7",
"name": "即用些这议以由",
"imgList": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"authorId": "38",
"authorName": "历难称常",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
}
]
}