© 2026 Hedgehog Software, LLC
export default defineEventHandler(async (event) => { const body = await readBody(event) console.log("body: ", body) return true })
readBody