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