curl --location --request POST 'https://admin-api.wannanbigpig.com/admin/v1/system/config/update' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_key": "示例文本",
"config_name_i18n": {
"en-US": "Example",
"zh-CN": "示例"
},
"config_value": "示例文本",
"group_code": "示例文本",
"id": 1,
"is_sensitive": 1,
"remark": "示例文本",
"sort": 100,
"status": 1,
"value_type": "示例文本"
}'{
"code": 0,
"cost": "3.2ms",
"data": {},
"msg": "success",
"request_id": "req_20260423_0001"
}