I have a page with a simple function using `export async function onRequestPost(context) {` I am tr

I have a page with a simple function using export async function onRequestPost(context) { I am trying to POST some JSON to it. While logging context or context.request, or context.request.body I don't see the data I am passing in from a POST via curl or Postman.

I'm not seeing enough information in the docs to help me understand what I'm doing incorrectly.

Thanks!
Was this page helpful?