patch https://{buzz_key}.api.beeswax.com/rest/v2/creatives/
Response
xxxxxxxxxx
10curl --request PATCH \
--url https://stingersbx.api.beeswax.com/rest/v2/creatives/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"strict_validation": true,
"active": true
}
'