class Attio::Meta

def self.identify(**opts)

Get information about the current token and workspace
def self.identify(**opts)
  response = execute_request(:GET, resource_path, {}, opts)
  new(response["data"] || response, opts)
end