class Envirobly::Api

def list_accounts

def list_accounts
  get_as_json api_v1_accounts_url, headers: authorization_headers
end