{
"ask_open": 0,
"outline_open": 0,
"app_id": "string",
"api_key": "string",
"secret_key": "string"
}
curl --location --request POST '/adminapi/setting.content_censor/setConfig' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ask_open": 0,
"outline_open": 0,
"app_id": "string",
"api_key": "string",
"secret_key": "string"
}'
{"code":1,"show":1,"msg":"设置成功","data":[]}