Simple webhook using Flask
This setup accepts incoming POST request with JSON data.
Can be used for typical uses of webhooks, in this case I made this to accept CSP report-uri data.
Installation instructions and details on my blog: https://trojand.com/simple-webhook-with-flask/