Update a user.
Values are SCRAM-SHA-256 or SCRAM-SHA-512.
SCRAM-SHA-256
SCRAM-SHA-512
User successfully updated
curl \ --request PUT 'http://localhost:9644/v1/security/users/{user}' \ --header "Content-Type: application/json" \ --data '{"algorithm":"SCRAM-SHA-256","password":"string"}'
{ "algorithm": "SCRAM-SHA-256", "password": "string" }