i have a webhook with this template ```{ "event...
# ask-marvin
m
i have a webhook with this template
Copy code
{
  "event": "pim.unifyd.catsy",
  "resource": {
    "prefect.resource.id": "pim.unifyd.catsy.handle",
    "payload": "{{ body }}"
  }
}
how to update so that it will accept a json str as body- currently it throws a 400