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