Create zoom link via zoom api

I would like to create a series of zoom links for video chats via Zoom’s API, using OAUTH credentials. I do not know where to start. I am looking for

  1. direction to create this type of AppleScripting
  2. sample AppleScript to obtain the OAUTH
  3. sample AppleScript to request a specific Zoom url link.

OAuth scripting is a hard work to go.
You have to understand Cocoa scripting (Cocoa + AppleScript) .
You have to make a WkWebView on a dialog.
I didn’t find OAuth 2.0 sample AppleScript. So, I whole wrote.

Now I’m planning to write REST API scripting book series.
I may write this series.