本文档由"一诺"编写,测试使用
Authorization: ********************Authorization: ********************curl --location --request GET 'https://api.hyperfrp.com/api/admin/users?page&pageSize' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 0,
"email": "user@example.com",
"username": "string",
"role": "user",
"isVerified": true,
"groupId": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
}