update password
Users
update password
Update User Password
This endpoint is used to update the password for a user.
Request Body
oldPassword(string) - The user’s current password.newPassword(string) - The new password to be set.
Response
The response will indicate the success or failure of the password update operation.
PUT
update password