export interface UnsubscribeAccountEventsRequest {
  AccountId: number; // ID of the account (required)
}
