export interface GetOMSWithdrawFeesRequest {
  ProductId?: number; // ID of the product (optional)
  AccountProviderId?: number; // ID of the account provider (optional)
}
