curl --location --request POST 'https://shopify-mistica.onrender.com/shopify/webhooks/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook": {
"topic": "orders/create",
"address": "https://tu-servidor.com/webhooks/callback",
"format": "json"
}
}'{}