本文档由"一诺"编写,测试使用
Authorization: ********************curl --location --request POST 'https://api.hyperfrp.com/api/users/2fa/enable' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"manualEntryKey": "string",
"qrCode": "string",
"secret": "string"
},
"message": "success"
}