customer Account Management V1Change Password By Id Put
PUT {{baseUrl}}/V1/customers/me/password
Change customer password.
Request Body
{"currentPassword"=>"<string>", "newPassword"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""