© 2026 Hedgehog Software, LLC
// In Pages Function export async function onRequestPost(context) { console.log(await context.request.json()); // Do something else }