- `method` (string) - HTTP method used for the request. Supported methods are `HEAD`, `GET`, `POST`, `PUT`, `DELETE`, `OPTIONS`, `PATCH`. Default is `GET`. - `request_headers` (map[string]string) - A map of strings representing additional HTTP headers to include in the request. - `request_body` (string) - HTTP request payload send with the request. Default is empty.