Make requests to Kaggle's API
kgl_request(endpoint, ..., body = NULL)
Character. Endpoint to call.
For req_url_query(): Name-value pairs that provide query parameters. Each value must be either length-1 atomic vector or NULL (which is automatically dropped).
Send data in the request body.
httr2 response object.