本文档由"一诺"编写,测试使用
{
"code": "string",
"tempToken": "string"
}curl --location 'https://api.hyperfrp.com/api/auth/2fa/verify' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"tempToken": "string"
}'{
"code": 0,
"data": {
"expiresIn": 0,
"token": "string",
"user": {
"createdAt": "2019-08-24T14:15:22.123Z",
"email": "user@example.com",
"groupId": 0,
"id": 0,
"isVerified": true,
"role": "user",
"username": "string"
}
},
"message": "success"
}