{
"tagName": "分组名"
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/group/create' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagName": "分组名"
}'{
"msg": "Success",
"code": 0,
"data": true
}