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