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