curl --request POST \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/campaigns/{campaignId} \
--header 'Content-Type: application/json' \
--header 'x-channel-access-token: <api-key>' \
--data '
{
"title": "Default Campaign",
"description": "Always-on campaign (updated)",
"isActive": true,
"collabTiers": [
"6997d1305fe142fd13cff500"
],
"startAt": "2026-02-21T00:00:00.000Z",
"endAt": "2026-03-31T23:59:59.000Z"
}
'