cURL
curl --request POST \ --url https://api.futureagi.com/accounts/password-reset-initiate/ \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com" }'
Send password reset email to user
Password reset email sent
Was this page helpful?