Adra - AAC Integration
Pre-requisite: In Setup => Engagement Details => Integrations, the Engagement Admin must authorize AAC
Then, AAC can request a Client Credentials Token to Adra STS:
POST https://login.adradev.com/connect/token
grant_type: client_credentials
client_id: aac_app
client_secret: **************
scope: integrationhub_api.upload
tenant_id: (This is the EngagementSid)
Request hasn't run yet