curl --request POST \
--url https://unified-api.creatorcommerce.shop/creators/collabs \
--header 'Content-Type: application/json' \
--header 'x-channel-access-token: <api-key>' \
--data '
{
"myshopifyDomain": "cc-collabs-sandbox.myshopify.com",
"email": "kenyon+test48548sep641@creatorcommerce.shop",
"firstName": "Zeptio",
"lastName": "Hombre",
"affiliateCode": "TEST",
"affiliateUrl": "https://test.com/TEST",
"profilePicture": "https://picsum.photos/200/300",
"primaryColor": "#66ccff",
"title": "Blah",
"custom": {
"cc-ken-short-form": "cc-test1",
"cc-cc-ken-long-form": "Hey everyone this is a super long field",
"cc-ken-single-media": "https://fastly.picsum.photos/id/48/200/300.jpg?hmac=p1L57uKWk-HOLxkodQjf0Q4BpaqgWYhEgWyGaeIpG_k",
"List of ken media": [
"https://images.pexels.com/photos/31415546/pexels-photo-31415546.jpeg",
"https://images.pexels.com/photos/16229208/pexels-photo-16229208.jpeg"
]
}
}
'