curl --location --request GET 'http://localhost:0721/api/user/search?keyword&pageSize¤t' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "aute pariatur consequat",
"data": [
{
"id": "38",
"username": "于军",
"avatar": "http://dummyimage.com/100x100",
"intro": "consequat officia",
"works": [
{
"id": "51",
"name": "很价感往社",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "69",
"authorName": "些都起前集",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": false
},
{
"id": "62",
"name": "府油领命",
"imgList": [
"http://dummyimage.com/400x400"
],
"authorId": "39",
"authorName": "查作活万",
"authorAvatar": "http://dummyimage.com/100x100",
"isLiked": true
}
],
"isFollowing": true
}
]
}