{}
curl --location --request POST 'https://api.cloudflare.com/client/v4/zones//filters' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errors": [],
"messages": [],
"result": [
{
"description": "Restrict access from these browsers on this address range.",
"expression": "(http.request.uri.path ~ \".*wp-login.php\" or http.request.uri.path ~ \".*xmlrpc.php\") and ip.addr ne 172.16.22.155",
"id": "372e67954025e0ba6aaa6d586b9e0b61",
"paused": false,
"ref": "FIL-100"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}