curl --location --request POST '/allowlists' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Company IP addresses",
"entity": "app_access",
"query": "ip_address='\''192.168.1.0/24'\''"
}'{
"id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"name": "Company IP addresses",
"entity": "app_access",
"query": "ip_address='192.168.1.0/24'",
"items_allowlisted": 42
}