{
"key_auto_down": 1
}
curl --location --request POST '/adminapi/setting.KeyRule/setConfig' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"key_auto_down": 1
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"key_auto_down": 1
}
}