code to obtain both the Authentication App access token and the Ejento access token.email (str): The user's email address.{"email_sent": true} upon successful email dispatch.curl --location -g --request POST 'https:///auth-service/api/v2/login/passwordless/request-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]"
}'{
"success": true,
"message": "Exchange code sent",
"data": {
"email_sent": true
}
}