export interface CreateDepositAddressesRequest {
  account_id: number
  currency: string
  network: string
  user_id?: string
}
