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