CCRCOPENAUTH: ********************{
"id": 0,
"freightTitle": "string",
"freightType": 0,
"shopId": 0,
"firstPiecesNum": 0,
"firstPiecesPrice": 0,
"increasePiecesNum": 0,
"increasePiecesPrice": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/shop/store/addEditFreight' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"freightTitle": "string",
"freightType": 0,
"shopId": 0,
"firstPiecesNum": 0,
"firstPiecesPrice": 0,
"increasePiecesNum": 0,
"increasePiecesPrice": 0
}'{
"code": "string",
"message": "string",
"data": "string",
"success": true
}