package response type WidgetConfigResponse struct { ChannelID string `json:"channel_id"` ChannelType string `json:"channel_type"` Title string `json:"title"` Subtitle string `json:"subtitle"` ThemeColor string `json:"theme_color"` Position string `json:"position"` Width string `json:"width"` }