Authorization: Bearer ********************
{
"token": "123",
"content": "sint dolore veniam non",
"type": "1",
"tag": "621792fd8bfa81f9b5666c18",
"showComment": "0",
"title": "那可口任或"
}
curl --location --request POST '/ispeak/addByToken' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "123",
"content": "sint dolore veniam non",
"type": "1",
"tag": "621792fd8bfa81f9b5666c18",
"showComment": "0",
"title": "那可口任或"
}'
{
"data": {
"updateAt": "2022-02-26T02:07:14.309Z",
"createAt": "2022-02-26T02:07:14.309Z",
"author": "6214e53ffffe384c0230910d",
"showComment": "1",
"tag": "6219877c43b7434215ae9b66",
"type": "1",
"content": "exercitation cillum Ut fugiat irure",
"title": "运消明照低",
"_id": "62198ba35e2e41a1c1e863ee",
"__v": 0
},
"message": "请求成功",
"type": "success",
"code": 0
}