curl --location --request GET 'https://ae-bg.ddregion.com/hub-api/api/v2/tag/list?token='{
"errcode": 0,
"errmsg": "string",
"data": [
{
"tagGroupId": "string",
"name": "string",
"botCorpId": "string",
"tags": [
{
"tagId": "string",
"name": "string",
"createTimestamp": 0,
"order": 0
}
]
}
]
}