# File lib/heroku-postgresql/client.rb, line 89
    def http_post(path, payload = {})
      checking_client_version do
        sym_keys(json_decode(@heroku_postgresql_resource[path].post(json_encode(payload)).to_s))
      end
    end