{
"title": "string",
"subtitle": "string"
}
curl --location --request POST 'http://localhost:8098/admin/config/blog' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"subtitle": "string"
}'
{
"code": 200,
"errMsg": null,
"data": true
}