package model // GetListSegmentRequest ... type GetListSegmentRequest struct { SegmentIds []string `json:"segmentIds"` }