{
"platformCode": "dbOs",
"onlyCustom": false
}
curl --location --request POST 'https://testgateway.dangbei.net/uc-group/groupOpenApi/v3/listTagRuleLabel' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "dbOs",
"onlyCustom": false
}'
{
"requestId": "string",
"success": true,
"errCode": "string",
"errMessage": "string",
"data": {
"tagId": 0,
"tagName": "string",
"children": [
{
"tagId": 0,
"tagName": "string"
}
]
}
}