QUERY A New HTTP Method
QUERY is a new HTTP request method designed for safe and idempotent operations that require a request body. It enables clients to send complex JSON payloads for read-only requests without overloading POST or stretching the limits of GET.