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