📄️ Set Request Method
When making an API request, you need to select the HTTP method that defines how the request interacts with the API.
📄️ Set Request Parameters
APIs often use query parameters to modify the data returned in a request.
📄️ Set Request Headers
HTTP headers allow you to pass additional information along with an API request.
📄️ Add Request Body
The request body is used to send data to an API when making POST, PUT, or PATCH requests.
📄️ Request Authorization
Adding Authorization to a Request