Authorization: Bearer ********************
curl --location --request POST 'http://localhost:9999/api1/li-tag-info/updateLabel' \
--data-urlencode 'tagName=字标签2' \
--data-urlencode 'parentTagId=3' \
--data-urlencode 'tagComment=cc'
{
"code": "string",
"msg": "string",
"data": 0
}