curl --location --request POST 'http://127.0.0.1/deployments/traffic-filter/rulesets' \
--header 'Authorization: ApiKey {{EC_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"rules": [
{
"azure_endpoint_name": "string",
"egress_rule": {
"protocol": "all",
"target": "string",
"ports": [
0
]
},
"description": "string",
"source": "string",
"azure_endpoint_guid": "string",
"id": "string"
}
],
"region": "string",
"include_by_default": true,
"type": "string",
"description": "string"
}'