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