Authorization: Bearer ********************{
"rule_name": "string",
"remove_ids": [
"string"
],
"remove_classes": [
"string"
],
"remove_selectors": [
"string"
],
"remove_attributes": [
{}
],
"remove_regex": [
"string"
],
"remove_normal_tag": 0,
"status": 0,
"priority": 0
}curl --location --request PUT 'http://127.0.0.1:8001/api/v1/wx/filter-rules/' \
--header 'Content-Type: application/json' \
--data '{
"rule_name": "string",
"remove_ids": [
"string"
],
"remove_classes": [
"string"
],
"remove_selectors": [
"string"
],
"remove_attributes": [
{}
],
"remove_regex": [
"string"
],
"remove_normal_tag": 0,
"status": 0,
"priority": 0
}'null