1
2
3
4
5
6
7
8
9
import { fetchJSON } from "https://esm.town/v/val/fetchJSON";
export let postWebhookTest5 = fetchJSON(
"https://api.val.town/express/@val.postWebhook4",
{
method: "POST",
body: JSON.stringify({ name: "Steve" }),
}
);