Authorization: Bearer ********************curl --location 'https://open-agent-branch.benlai.com/api/v2/Logistics/getfreight?province=%E4%B8%8A%E6%B5%B7%E5%B8%82&city=%E4%B8%8A%E6%B5%B7%E5%B8%82&county=%E5%BE%90%E6%B1%87%E5%8C%BA' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"freight": 8,
"free_amount": 99
}
}