post https://<subdomain>.huvrdata.app/api/auth/obtain-access-token/
NOTE - we're using client_id
and client_secret
standard naming for "OAuth Client Credentials Flow"
they map internally to service user's email
and password
https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-credentials-flow
Return a short-lived Token used for subsequent requests
Required permissions:
- WorkspaceRequired
- AllowAny