{
"recoveryCode": "2486-225a-76f0-85a6-7268-c2d6"
}
curl --location --request POST 'https://core.authing.cn/api/v2/mfa/totp/recovery' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Authorization: token' \
--header 'Content-Type: application/json' \
--data-raw '{
"recoveryCode": "2486-225a-76f0-85a6-7268-c2d6"
}'