export interface GetWithdrawFeeRequest {
  AccountId: number;
  ProductId: number;
  Amount: number;
  AccountProviderId?: number;
}
