CCRCOPENAUTH: ********************curl --location --request GET 'https://open.lcchunyi.com/v1test/ccrc/appointment/category/list?pageNo=1&pageSize=10&categoryTitle=&status=' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>'{
"code": "string",
"message": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"shopId": "string",
"tenantId": 0,
"status": 0
}
],
"pages": 0,
"total": 0
},
"success": true
}