{
"totp": "234456",
"authenticator_type": "totp",
"source": "SELF"
}
curl --location --request POST 'https://core.authing.cn/api/v2/mfa/totp/associate/confirm' \
--header 'Authorization: Bearer sdsdfsdfsdff ' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Content-Type: application/json' \
--data-raw '{
"totp": "234456",
"authenticator_type": "totp",
"source": "SELF"
}'
{
"code": 200,
"message": "TOTP MFA 绑定成功",
"data": null
}