curl --location --request GET 'https://api.cloudflare.com/client/v4/zones//filters/'
{
"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
}