Authorization: ********************curl --location --request GET '/management/adRuleConfig/querySelectConfigTag?advertisingId' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>'{
"code": "",
"msg": "",
"data": {
"stationTagList": [
{
"id": 0,
"name": "",
"parentId": 0,
"type": 0
}
],
"areaList": [
{
"id": 0,
"name": "",
"parentId": 0,
"type": 0
}
],
"userTagList": [
{
"id": 0,
"name": "",
"parentId": 0,
"type": 0
}
]
},
"stackTraceMsg": ""
}