curl --location --request POST 'https://shopify-mistica.onrender.com/shopify/webhooks/callback' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 321,
"created_at": "2025-06-05T12:00:00Z",
"customer": {
"id": "123456789"
},
"line_items": [
{
"product_id": "3000",
"quantity": 2,
"price": "15000.50",
"sku": "3000"
},
{
"product_id": "3001",
"quantity": 3,
"price": "20000.75",
"sku": "3001"
}
]
}'{}