curl --location --request GET 'http://10.134.49.88:8080/azaz/search/user?keyword=红鸢&page=1&pageSize=10' \ --header 'token: eq583mbw7e46s5z2ixe8qc91qxrqotrw'
{ "code": 0, "message": "string", "data": { "total": 0, "userList": [ { "id": "string", "username": "string", "image": "string", "signature": "string" } ] } }