{
"authenticator_type": "otp",
"oob_channels": "sms"
}
curl --location --request POST 'https://api.ssojet.com/api/v1/auth/mfa/enroll?client_id=' \
--header 'x-client-id;' \
--header 'x-client-secret;' \
--header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"authenticator_type": "otp",
"oob_channels": "sms"
}'
{}