curl --location --request PUT 'http://127.0.0.1:8000/system/setting/5' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "系统标题",
"key": "title",
"group_id": "1",
"type": "1",
"describe": "系统标题",
"sort": 1,
"values": "1"
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}