AuthJWTResponse

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