Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/Logistics/getfreight?province=上海市&city=上海市&county=徐汇区' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"freight": 8,
"free_amount": 99
}
}