curl -X POST https://api-verifier-2.onrender.com/password-recovery/reset \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "token": "abc123def456...", "newPassword": "newsecurepassword123" }'
{ "success": true, "message": "Password updated. You can now log in with your new password." }
Reset password using the token from email