{}
curl --location --request POST '/api/v3/groupSop/getGroupTags' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "success",
"data": [
{
"tagId": 306,
"name": "lala",
"customerId": null,
"subTagList": [
{
"tagId": 1389,
"name": "heihei",
"customerId": null,
"subTagList": null
},
{
"tagId": 1390,
"name": "haha",
"customerId": null,
"subTagList": null
}
]
},
{
"tagId": 339,
"name": "111",
"customerId": null,
"subTagList": [
{
"tagId": 1422,
"name": "1111",
"customerId": null,
"subTagList": null
},
{
"tagId": 1423,
"name": "2222",
"customerId": null,
"subTagList": null
}
]
}
]
}