Tracking Request Example
curl --location --request POST 'https://yourcompanyname.courier-connex.com/api/track_order' \
--data-raw '{
"Auth": {
"account_key" : "6a86f83ced4adfe58017a3e77ab6e2b2",
"account_token" : "7a6b7b203cb36d4cd1678d3bdf6b0b7d"
},
"shipId" : 176789
}