{
"name": "string",
"slug": "string",
"color": "#ff9900"
}curl --location --request POST 'https://lilicould.cn:8888/api/tag' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJMaWxpQ291bGQiLCJyb2xlIjoiVklTSVRPUiIsImlhdCI6MTc2ODI5MDk2MSwiZXhwIjoxNzY4ODk1NzYxfQ.rebXIsz-pWGBROxsOwPh53tdPhO5c-pYsaGUJPO0TBY' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"slug": "string",
"color": "#ff9900"
}'{
"code": 0,
"message": "",
"data": null,
"timestamp": 0
}