User

constructor(id: Long = 0, email: String, name: String, phone: String, profileImage: String? = null, password: String, roles: MutableSet<UserRole> = mutableSetOf(UserRole.USER), createdAt: Instant = Instant.now(), updatedAt: Instant = Instant.now())