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