Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/shopify/order-stats' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2023-05-01",
"endDate": "2023-05-04"
}'{}