def reset_wiremock_scenarios(url)
      uri = URI([url, WIREMOCK_RESET_SCENARIOS_PATH].join('/'))
      http = Net::HTTP.new(uri.host, uri.port)
      http.use_ssl = true if uri.port == 443
      request = Net::HTTP::Post.new(uri.path, headers)