本文档由"一诺"编写,测试使用
Authorization: ********************curl --location --request GET 'https://api.hyperfrp.com/api/users/profile/verification-status' \
--header 'Authorization: Bearer <token>'{
"status": "string",
"isVerified": true,
"realName": "string",
"attempts": 0,
"maxAttempts": 0,
"canRetry": true
}