I am calling a webhook that I configured in the Twilio Console. When I don't pass a payload it hits the breakpoint on the backend. However, I am not able to pass data.
This is were I tried to catch the body of the message that was sent.
Does anyone know how to pass parameters through the POST webhook?