curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/booking/v2/calculationPremium' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"declaredValue": "8",
"startPortName": "钦州",
"endPortName":"营口",
"goodsName": "钢化玻璃",
"bookingNo": "",
"boxType":"GP"
}'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": {
"minDeclaredValue": 10,
"addInsurance": 32,
"msg": "应付保费获取成功,为addInsurance(元):32.0"
},
"responseOk": true
}