curl --request PUT \
--url https://api.urldna.io/query/{query_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"query_filters": [
{
"attribute": "asn",
"operator": "=",
"value": "<string>"
}
]
}'