本文档由"一诺"编写,测试使用
Authorization: ********************{
"code": "string"
}curl --location 'https://api.hyperfrp.com/api/users/2fa/confirm' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"code": "string"
}'{
"code": 0,
"data": {
"recoveryCodes": [
"string"
]
},
"message": "两步验证已启用"
}