Change customer password.
application/json
{"currentPassword":"<string>","newPassword":"<string>"}
PUT /V1/customers/me/password HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 55 { "currentPassword": "<string>", "newPassword": "<string>" }
OK
true