QUERY: The HTTP Method built for requests that read but need a body
GET can't carry a body, so most APIs end up faking a "search" as a POST or stuffing filters into a URL until it breaks. QUERY is a new HTTP method designed to close that gap — safe, idempotent, and able to carry a real payload. APIOrbit 26.3.2 now understands it end to end: pick it from the method list, build a body for it, import specs that define it, and export it as a working curl command.