Authorization: Bearer ********************
{
"enabled": true
}
curl --location --request PATCH 'http://127.0.0.1:9897/api/sub/rule/rule5' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true
}'
{"success":false,"message":"IP黑名单订阅规则 all-in-one 已启用","data":null}