{ "orderId": "string", "logisticNumber": "string", "logisticKey": "string" }
curl --location 'https://www.catkissfish.com/website/open/api/order/query/order/tracking/info' \ --header 'access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI3OTgzNDc3NyIsImV4cCI6MTc4NTM4NDUwMH0.H7A7KmtVB_Q_xJ-LuIIY77DxtUzFiMQYmoZ-9-W09nQ' \ --header 'Content-Type: application/json' \ --data '{ "orderId": "string", "logisticNumber": "string", "logisticKey": "string" }'
{ "code": 0, "message": "", "data": {} }