MethodUserPrincipal(Long id, String name, String username, String email, String password, Collection<? extends GrantedAuthority>
polling-app-server/src/main/java/com/example/polls/security/UserPrincipal.java:29
MethodUserProfile(Long id, String username, String name, Instant joinedAt, Long pollCount, Long voteCount)
polling-app-server/src/main/java/com/example/polls/payload/UserProfile.java:13