curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/widgets' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"crispKey":"string","googleAnalyticsKey":"string","hotjarKey":"string","intercomKey":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/widgets' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/widgets' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"