{
"title": "string"
}
curl --location --request POST 'https://api.chasing.comblog_tag/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"title": "我是标题",
"id": "1"
}
}