Pass newly added row to severless api through req.body
So I used the webhook functionality on Supabase and so far I could only trigger the api by events. Is there anyway to pass the newly insert row into the params or body of the request? Thanks in advance.