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