PUT
/_query/view/{name}
curl \
--request PUT 'http://api.example.com/_query/view/{name}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{
"query": "string"
}'
curl \
--request PUT 'http://api.example.com/_query/view/{name}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{
"query": "string"
}'