Authorization: ********************{
"name": "新标签",
"alias": "newTag",
"comments": "标签描述"
}curl --location --request POST 'https://www.html-js.cn/api/contentTag/addOne?name=新标签&description=标签描述' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新标签",
"alias": "newTag",
"comments": "标签描述"
}'{}