How can I make a webhook call to my server (py)

Hello, I am trying to make a webhook call to a flask python server. I have tried setting it up and pressing the test button but nothing gets called to the flask server.

The webhook would post itself to your url but what happens at your server needs to be tracked there. Check out where the webhook post is getting lost at your stack.