Authorization: Bearer ********************
{
"name": "string",
"bgColor": "string",
"orderNo": 0,
"description": "string"
}
curl --location --request POST '/ispeak/tag/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"bgColor": "string",
"orderNo": 0,
"description": "string"
}'
{
"data": {
"createAt": "2022-02-26T01:42:58.567Z",
"description": "aute",
"orderNo": 15,
"user": "6214e53ffffe384c0230910d",
"bgColor": "green",
"name": "做支关引要",
"_id": "6219877c43b7434215ae9b66",
"__v": 0
},
"message": "请求成功",
"type": "success",
"code": 0
}