{
"type": "SMS",
"status": 0
}
curl --location --request PUT 'https://core.authing.cn/api/v2/applications/61df928934f927599a1fa212/mfa/switch' \
--header 'Authorization: Bearer sdfsdfsdf' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "SMS",
"status": 0
}'
{
"code": 200,
"message": "修改成功"
}