* Create h2 database with users structure (5 users min) * Create structure for the UserDTO model, which will duplicate the H2 database fields * Create structure for the UserResponse model * Create logic o convert UserDTO model to the UserResponse model in UserConverter class