post https://eclipse-java-sandbox.ukheshe.rocks/eclipse-conductor/rest/v1/global/identities//password-change
The hash (OTP) must be valid and is typically provided by a call to password-change-init which will SMS the OTP to the customer. Identity is the customers username. Password is the new password to set. If the customer has security questions then the answers to these must be provided. The questions can be obtained by calling the GET verifications/{identifier}?code={code} endpoint with the OTP provided by the customer. This API does not need a JWT to be used.