Support JWTs for chat-related endpoints

Is your feature request related to a problem? Please describe.
Currently there are several API endpoints that cannot be accessed using a JWT app/credentials. We have an internal server that posts notifications to our current chat service (google chat), and we would like to implement this for zoom chat as we migrate from google to zoom.

Describe the solution you’d like
Support JWT credentials for accessing /chat/… endpoints.

Describe alternatives you’ve considered
We have looked into using an OAuth app for this, but since our app is not user facing, we’d need your OAuth endpoint to support different auth flows.