Authorization: Bearer ********************
{
"tagName" : "残疾人士",
"description" : "特殊人员",
"color" : "red"
}
curl --location --request POST '/personnelRoster/tag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagName" : "残疾人士",
"description" : "特殊人员",
"color" : "red"
}'
{
"tagName": "残疾人士",
"description": "特殊人员",
"color": "red"
}