curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/products/bulk/update/customer-note' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"productIds":[42],"note":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/products/bulk/update/customer-note' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/products/bulk/update/customer-note' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"