module Stytch::RequestHelper

def get_request(path, headers)

def get_request(path, headers)
  @connection.get(
    path,
    headers
  ).body
end