new syntax: `const body = await readBody(event);` `const cookies = parseCookies(event);`
new syntax:
const body = await readBody(event);const cookies = parseCookies(event);