i have a webhook with this template ```{ "event": "pim.unifyd.catsy", "resource": { "prefec...
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