curl --location --request POST 'https://admin-api.wannanbigpig.com/admin/v1/system/config/delete' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'{
"code": 0,
"cost": "3.2ms",
"data": {},
"msg": "success",
"request_id": "req_20260423_0001"
}