CCRCOPENAUTH: ********************{
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"shopId": "string",
"status": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/appointment/category/update' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"shopId": "string",
"status": 0
}'{
"code": "string",
"message": "string",
"data": {
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"shopId": "string",
"status": 0
},
"success": true
}