export interface RequestSegmentCreateOrUpdate { name: string; vertical?: string; channel?: string; city?: string; details?: string; }