UserResponse

constructor(id: Long, email: String, name: String, phone: String, profileImage: String? = null, roles: List<String>, createdAt: Instant, updatedAt: Instant)