curl --request POST \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/settings \
--header 'Content-Type: application/json' \
--header 'x-channel-access-token: <api-key>' \
--data '
{
"brandKit": {
"title": "nuuds",
"description": "Comfort-first staples.",
"primaryColor": "#270803"
},
"features": {
"isWebPixelEnabled": true,
"isDefaultMessagingEnabled": true
},
"onboardingSettings": {
"title": "Welcome to the creator program",
"perks": [
"Exclusive discount",
"Early access to launches"
]
}
}
'