curl --location '/open/logisticsLine/getLogisticsLineCost'{
"success": true,
"message": "string",
"data": {
"logisticsLineId": 0,
"logisticsLineName": "string",
"volumeWeight": 0,
"countryLogisticsLineCostList": [
{
"rootAreaLibraryIds": [
0
],
"rootAreaLibraryCodes": [
"string"
],
"areaLibraryName": "string",
"lineCosts": [
{
"lineCostId": 0,
"weightMin": 0,
"weightMax": 0,
"firstWeight": 0,
"firstWeightPrice": 0,
"additionalWeight": 0,
"additionalWeightPrice": 0,
"logisticsProviderProcessingFee": 0,
"operationFee": 0,
"servicePrice": 0,
"fuelCost": 0
}
]
}
]
},
"code": 0
}