I have LoginUser.java as
@Getter @Setter public class LoginUser { private String fullName; private String userEmail; private String userValid