curl --location --request PUT 'https://shopify-mistica.onrender.com/shopify/collections/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Nueva colección verano 2025",
"body_html": "<strong>Temporada de verano</strong>",
"published": true
}'{}