{
"qwGroupId": "etvRo3DwAAk43mdAhThqs5xLJPAwrSNw",
"qwGroupName": "除高其儿儿情",
"tagName": "前区准场"
}
curl --location --request POST '/api/v3/tags/add' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"qwGroupId": "etvRo3DwAAk43mdAhThqs5xLJPAwrSNw",
"qwGroupName": "除高其儿儿情",
"tagName": "前区准场"
}'
{
"code": 0,
"message": "ok",
"data": {
"qwGroupId": "etvRo3DwAAG4HDEb6TU7B8qjz55HiBIw",
"qwTagId": "etvRo3DwAA5D9PrcMrayLrPrOBqa-72A"
}
}