operation_type (e.g. transfer:create, card:reveal, password:change). Returns step_up_session_id and MFA delivery details. Complete with POST /v1/auth/step-up/verify to obtain X-Step-Up-Token.Authorization: ********************curl --location '/v1/auth/step-up' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"step_up_session_id": "3713e991-9814-4215-b7f9-7f03af0d5163",
"mfa_method": "string",
"mfa_destination": "string",
"expires_in": 0
}