curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/oauth/mfaVerify' \
--header 'Content-Type: application/json' \
--data-raw '{
"mfa_key": "VJTV4FEP65E7PDSS",
"mfa_passcode": "123456",
"mfa_vendor": "google",
"mfa_type": "authenticator"
}'{
"status": "error",
"message": "Missing required parameters for MFA verification",
"valid": false,
"apiversion": "Version: 0.0.0"
}