Azure Government Get incidents returns 401 Forbidden
I am trying to get the Incidents using the Azure Government Cloud as described here: https://learn.microsoft.com/en-us/rest/api/securityinsights/incidents/list?view=rest-securityinsights-2024-09-01&tabs=HTTP Request to get the token: curl --location 'https://login.microsoftonline.us/TENANT_ID/oauth2/v2.0/token' --header 'Content-Type: application/x-www-form-urlencoded' --data-urlencode 'client_id=CLIENT_ID' --data-urlencode 'client_secret=CLIENT_SECRET' --data-urlencode 'grant_type=client_credentials' --data-urlencode 'scope=https://management.usgovcloudapi.net//.default' Reponse: {"token_type":"Bearer","expires_in":3599,"ext_expires_in":3599,"access_token":"..."} Request to get…