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