{ "request": { "method": "POST", "url": "https://api.cotality.com/trestle/oidc/connect/token", "headers": { "Content-Type": "application/x-www-form-urlencoded" }, "form": { "client_id": "", "client_secret": "", "grant_type": "client_credentials", "scope": "api" } }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "body": { "access_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6...", "expires_in": 28800, "token_type": "Bearer", "scope": "api" } } }