cURL
curl --request PATCH \ --url https://api.example.com/v1/auth/users/{forgotPasswordRequestToken}/password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "password" } '
Change user password
ok
Was this page helpful?