Auth
Update the current password
PUT
/auth/user/passwordChanges the authenticated user’s password.
Parameters
UserUpdatePasswordParamscurrent_password?string- The user’s current password.
new_password?string- The replacement password.
Returns
userPublicUser