Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/user/mfa/disable?method&otp_attempt' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"status": "disabled",
"method": "sms"
}