curl --location --request POST 'http://127.0.0.1/deployments/traffic-filter/rulesets//associations' \
--header 'Authorization: ApiKey {{EC_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"entity_type": "string"
}'
{}