How to generate a long-lived API token for a CI/CD pipeline? We are setting up automated deployments using the CX as Code provider. The standard OAuth flow requires user interaction which breaks our pipeline. We tried using the /oauth/token endpoint with client credentials but the token expires in 60 minutes. Is there a way to generate a token that lasts longer or a specific API endpoint for service accounts? Current setup uses Python requests library.