AuthResponse

fun AuthResponse(    id: Int,     email: String,     role: UserRole,     token: String,     refreshToken: String)