Authorization: Bearer ********************curl --location --request GET '/ispeak/tag/list' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"_id": "621792fd8bfa81f9b5666c18",
"createAt": "2022-02-24T14:13:20.084Z",
"description": "",
"orderNo": 0,
"user": "6214e53ffffe384c0230910d",
"bgColor": "sad",
"name": "test",
"__v": 0
}
],
"message": "请求成功",
"type": "success",
"code": 0
}