curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/design' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"primaryColor":"string","primaryColorAccent":"string","backgroundColor":"string","secondaryColor":"string","primaryTextColor":"string","secondaryTextColor":"string","darkMode":true,"disableBusinessName":true,"disableSearchBar":true,"centerProductTitle":true,"disableBusinessLogo":true,"disableReviews":true,"disableProductsSold":true,"hideOutOfStockProducts":true,"disableShadows":true,"disableSnow":true,"hideProductStock":true,"disableSupport":true,"fontLink":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/design' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/design' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"