Assembling the request
Method, URL, a key-value table for query parameters, a key-value table for headers, and a body editor (raw text or JSON) are combined into a single outgoing request. Query params you add are URL-encoded and appended to the URL automatically, so you don't hand-build the query string.