{
"appId": "testAppId",
"timestamp": "1750170431063",
"sign": "86fc2025f0d114f0be907a28089e2fba",
"data": {
"countryCode": "US",
"city": "London",
"postCode": "E11 1JZ",
"weight": 1,
"length": 1,
"width": 1,
"height": 1
}
}curl --location 'http://zapi.damaierp.com/web/api/v1/rates/list' \
--header 'Content-Type: application/json' \
--data '{
"appId": "testAppId",
"timestamp": "1750170431063",
"sign": "86fc2025f0d114f0be907a28089e2fba",
"data": {
"countryCode": "US",
"city": "London",
"postCode": "E11 1JZ",
"weight": 1,
"length": 1,
"width": 1,
"height": 1
}
}'{
"status": "S",
"message": "success",
"data": [
{
"productCode": "TEST_CODE",
"productName": "测试产品",
"totalAmount": 10,
"currency": "CNY"
}
]
}