module Stytch::RequestHelper

def post_request(path, payload)

def post_request(path, payload)
  @connection.post(
    path,
    payload
  ).body
end