curl --location --request POST 'https://dev-api.idukki.io/shopify/webhook/removecustomerdata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"shop_id": 954889,
"shop_domain": "{shop}.myshopify.com",
"customer": {
"id": 191167,
"email": "john@example.com",
"phone": "555-625-1199"
},
"orders_to_redact": [
299938,
280263,
220458
]
}'{}