module OpenAI::HTTP

def post(path:)

def post(path:)
  parse_jsonl(conn.post(uri(path: path)) do |req|
    req.headers = headers
  end&.body)
end