本文档由"一诺"编写,测试使用
Authorization: ********************curl --location --request GET 'https://api.hyperfrp.com/api/users/profile' \
--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",
"accessKey": "string",
"trafficUsed": 0,
"trafficLimit": 0,
"proxyLimit": 0,
"nodeLimit": 0,
"enableTime": "2019-08-24T14:15:22.123Z",
"expireTime": "2019-08-24T14:15:22.123Z"
}