Following the documentation I believe that I should be able to change a users password using just a valid changePasswordId (within the timeframe allowed) and a new password, but every attempt to make this change failes with "You must specify the [currentPassword] property"
The documentation even suggests changing the password with a loginId in the body instead of changePasswordId and the new password value, but again fails with the same error.
Using 1.32.1 and i've tried calling the API directly via Postman rather than the PHP library, it makes no difference.