curl --location --request PUT 'http://127.0.0.1:8000/system/setting/save/1' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string"
}'
{
"data": [],
"success": true,
"msg": "保存成功",
"showType": 0
}