{
"oob_code": "0010203040********d249feacac5**1d02531805e77066d3df9",
"otp": "618801"
}
curl --location --request POST 'https://api.ssojet.com/api/v1/auth/mfa/validate?client_id=' \
--header 'x-client-id;' \
--header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"oob_code": "0010203040********d249feacac5**1d02531805e77066d3df9",
"otp": "618801"
}'
{}