add add change password update logic

This commit is contained in:
2026-05-12 12:24:39 +07:00
parent 213ae881e6
commit d9989d3bfd
5 changed files with 31 additions and 5 deletions
@@ -22,6 +22,12 @@ public class AdminUserRequest {
@JsonProperty("password")
private String password;
@JsonProperty("new_password")
private String newPassword;
@JsonProperty("old_password")
private String oldPassword;
@JsonProperty("is_super_admin")
private Boolean isSuperAdmin;