Python 3 and Flask to listen for webhooks
Build docker image
docker build -t pylistener .
Run container
docker run -p 5000:5000 --name pylistener_run pylistener
Go into Postman or other caller.
Make a POST call: http://0.0.0.0:5000/ In body field chose Raw with Json Type Copy in json value of {"id" : "1123"} Or other to see responses from service
Based on reference link: https://www.herox.com/IARPAGFChallenge/forum/thread/2497?page=1#post-8920