curl --location --request POST 'http://127.0.0.1:8000/system/setting/group' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "order",
"title": "订单设置",
"remark": "订单设置配置项目"
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}