CCRCOPENAUTH: ********************{
"id": 0,
"typeCode": 0,
"itemId": 0,
"itemCode": 0,
"name": "string",
"description": "string"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/merchandise/pool/addEdit' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"typeCode": 0,
"itemId": 0,
"itemCode": 0,
"name": "string",
"description": "string"
}'{
"code": "string",
"message": "string",
"data": {
"id": 0,
"typeCode": 0,
"itemId": 0,
"itemCode": 0,
"name": "string",
"description": "string"
},
"success": true
}