Create the settings for a filtered group of proxies.
POST
/platform/infrastructure/proxies/filtered-groups
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/filtered-groups' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{
"id": "string",
"filters": [
{
"key": "string",
"value": "string"
}
],
"expected_proxies_count": 42
}'