CallParticipantResponse
constructor(@Json(name = "joined_at") joinedAt: OffsetDateTime, @Json(name = "role") role: String, @Json(name = "user_session_id") userSessionId: String, @Json(name = "user") user: UserResponse)