test("#post", async () => {
    const response = await Reqwest.new("https://httpbin.org/").post("/post", {
        key: "value",
    });