curl --request POST \
--url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/context-records \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"records": [
{
"geo": "<string>",
"timeWindowStart": "2023-12-25",
"timeWindowEnd": "2023-12-25",
"promoActive": false,
"promoType": "<string>",
"temperatureAvg": 123,
"competitorActivity": {},
"seasonalityIndex": 123,
"flightStatus": "active"
}
]
}
'