cURL
curl --request POST \ --url https://api.example.com/auth/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com" } '
"user@example.com"
Password reset email sent if account exists