Authorization: Bearer ********************
{
"name": "string",
"color": "string"
}
curl --location --request POST '/tag/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"color": "string"
}'
{
"code": 0,
"message": "string"
}