curl --request POST \
--url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/dcl/tracking' \
--header 'x-stateset-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"orderNumbers": [
"ORD-10042"
],
"includeFullResponse": true
}'