curl --request POST \ --url 'https://dev-xn3opsf185ssbrge.eu.auth0.com/api/v2/tickets/password-change' \ --header 'authorization: Bearer MGMT_API_ACCESS_TOKEN' \ --header 'content-type: application/json' \ --data '{ "user_id": "A_USER_ID", "client_id": "A_CLIENT_ID" }'
If we found an account associated with that email address, we've sent a link to reset your password.