export interface UnsubscribeTickerRequest {
  InstrumentId: number; // ID of the instrument (required)
}
