{
"endDate": "The latest valid endDate",
"granularity": "Defaults to the same value as the window param set",
"metrics": "Return all available metrics",
"nextPageToken": "string",
"programType": "SB",
"startDate": "30 days in the past from the endDateParam",
"window": "DAY"
}curl --location 'https://www.amazon.com/ap/oa/benchmarks/brands//categories/' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.timeseriesdata.v1+json' \
--data '{
"endDate": "The latest valid endDate",
"granularity": "Defaults to the same value as the window param set",
"metrics": "Return all available metrics",
"nextPageToken": "string",
"programType": "SB",
"startDate": "30 days in the past from the endDateParam",
"window": "DAY"
}'{}