Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/user/mfa/default_method?mfa_method' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"message": "Default 2FA method updated to sms"
}