Help with Webhook PowerShell Script

Description
This is my first time working with Webhook and I am trying to understand how to call a webhook via PowerShell. I have registered the app and I can see I am receiving the logs in my call logs. But, I don’t know how to do this in PowerShell. Any help will be helpful.

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook

Which Endpoint/s?
Meetings

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @mkhan73, Webhooks send POST requests from your Zoom app to an Endpoint URL you specify in your app. You will need to create a publicly available web server for these notifiations to be sent to. If you would like to do this from your terminal, one way would be to use ngrok to expose a local web server.