{
"groupId": "string",
"groupName": "string",
"tag": [
{
"name": "string"
}
]
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/api/v1/tag/create?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "string",
"groupName": "string",
"tag": [
{
"name": "string"
}
]
}'{
"errcode": 0,
"errmsg": "string",
"data": [
{
"id": "string",
"name": "string",
"createTimestamp": 0,
"order": 0,
"tags": [
{
"id": "string",
"name": "string",
"createTimestamp": 0,
"order": 0
}
]
}
]
}