code (str): The exact opaque code from the email.curl --location -g --request POST 'https:///auth-service/api/v2/login/passwordless/exchange-tokens' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "<opaque-exchange-code>"
}'{
"success": true,
"message": "Exchange successful",
"data": {
"access_token": "<jwt>",
"ejento_access_token": "<ejento>",
"token_type": "bearer"
}
}