endpoints/Billing.ps1

function Get-AteraInvoices {
  return New-GetRequest -Endpoint "/invoices"
}