Hi Google Team,
I am able to execute the below Google Analytics API in the Google Analytics-->Reporting--> Reporting APIv4
curl --request POST \
'https://analyticsreporting.googleapis.com/v4/reports:batchGet?key=[YOUR_API_KEY]' \
--header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"reportRequests":[{"viewId":"134778649","dateRanges":[{"endDate":"2023-11-30","startDate":"2010-11-01"}],"metrics":[{"expression":"ga:pageviews"}],"dimensions":[{"name":"ga:userAgeBracket"}]}]}' \
--compressed
But I am not able to get the same response from postman, I get the below error: