curl --location --request GET 'https://aa-hub.ddregion.comapi/v1/tag/detail?token=&tagId=etrRhyBgAAwVm8uMyEc0EMZI1HwmHwmw'
{
"errcode": 0,
"errmsg": "string",
"data": [
{
"id": "string",
"name": "string",
"createTimestamp": 0,
"order": 0,
"tags": [
{
"id": "string",
"name": "string",
"createTimestamp": 0,
"order": 0
}
]
}
]
}