The documentation for ‘event functions’ (Trigger functions on events | Netlify Docs) discusses how to name your functions, and says that the request body will contain information about the event. I’ve got a deploy-succeeded.js built, it runs, but req.body is empty.
Where does one find the event data?