CCRCOPENAUTH: ********************{
"domain": "string",
"propertyNames": [
"string"
]
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/masterdata/bizOwner/metric/label/queryLabels' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "string",
"propertyNames": [
"string"
]
}'{
"code": "string",
"data": [
{
"labels": [
{
"advice": "string",
"descr": "string",
"display": "string",
"features": "string",
"label": "string",
"normal": 0,
"propertyName": "string",
"sort": 0,
"symptom": "string"
}
],
"propertyName": "string"
}
],
"message": "string",
"success": true
}