...
- Copy and Paste sample into a new TS file, name it: webhook_test.ts
- Install Deno, see: https://deno.land/
- Supply, api_key, username and password (line 9, 10 & 11)
- Start ngrok, see: https://ngrok.com/download
- Supply ngrok, https url (line 17)
- Run this code: deno run --allow-net webhook_test.ts
- Check the output
...