Authorization: Bearer ********************
curl --location --request GET 'https://s.hancel.org/api/users/query?page=1&size=20&username=&nickname=&email='
{
"data": {
"rows": [
{
"id": "49c5ad43-b498-4bc4-8eb5-533e95fd99a0",
"createdAt": 1722244312418,
"updatedAt": 1722244312419,
"username": "admin",
"nickname": "超级管理员",
"password": "e4d2f949a401c04e9cd0bd410e31d6f81b413974151fc458c18d2d186c379219",
"email": "imlinhanchao@foxmail.com"
}
],
"total": 1
},
"code": 0,
"message": "ok"
}