curl --location --request POST 'https://2e3e-2806-2f0-7420-fa6f-bc65-bc42-a43-ce7f.ngrok-free.app/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"
}
]
}'
{}