curl --location --request POST 'http://222.79.247.164:8081/api/booking/getIntegralDeductionRules' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startPort": "string",
"endPort": "string",
"goodsName": "string",
"boxSize": "string",
"count": 0
}'