curl --location --request POST 'https://openapi.dajisaas.com/taobao/traffic/item/logisticPrice/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "",
"appSecret": "",
"item_id": "703446760426",
"address_info": "{country: '\''中国'\'', city: '\''杭州市'\'', district: '\''余杭区'\'', state: '\''浙江省'\''}"
}'