{
"title": "string",
"sort": "string"
}
curl --location --request POST 'https://api.chasing.comblog_type/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"sort": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": []
}