{
"identifier": "user@example.com"
}
curl --location --request POST 'https://api.ssojet.com/api/v1/auth/mfa/token?client_id=' \
--header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "user@example.com"
}'
{}