Reset customer password.
application/json
{"email":"<string>","resetToken":"<string>","newPassword":"<string>"}
POST /V1/customers/resetPassword HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 69 { "email": "<string>", "resetToken": "<string>", "newPassword": "<string>" }
OK
true