Authorization: Bearer ********************{
"keyword": "周",
"current": 1,
"size": 10
}curl --location 'https://venuehelper.api.voc2018.com/users/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "周",
"current": 1,
"size": 10
}'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "1",
"name": "周思南",
"roleDisplayNames": [
"干事",
"部长"
]
},
{
"id": "122",
"name": "周沐格",
"roleDisplayNames": []
},
{
"id": "47",
"name": "徐海周",
"roleDisplayNames": []
}
]
}