test("should properly parse ffuf json file with postdata", async () => {
  const fileContent = JSON.parse(
    await readFile(__dirname + "/__testFiles__/ffuf-results-postdata.json", {
      encoding: "utf8",
    })