action openpolicy_post_query { label: "Execute an ad-hoc query (complex)" description: "This API endpoint returns bindings for the variables in the query.\n\nFor simpler JSON queries, you may use `GET /v1/query` instead." provider: openpolicy method: POST path: "/v1/query" encoding: json output: { type: "object" additionalProperties: true } }