Authorization: Bearer ********************{
"displayName": "string",
"slug": "string",
"color": "#FFFFFF"
}curl --location --request POST 'http://localhost:8098/admin/tag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "string",
"slug": "string",
"color": "#FFFFFF"
}'{
"code": 200,
"errMsg": null,
"data": {
"tagId": 72,
"displayName": "必度光广体",
"slug": "consequat enim culpa",
"color": "#5ADC1b",
"postCount": 0
}
}