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