cURL
curl --request POST \ --url https://api.example.com/api/auth/reset_password/{token} \ --header 'Content-Type: application/json' \ --data ' { "password": "new-password" } '
Reset password token from email link
New password
"new-password"
Password reset successfully.