post https://{region}.api.clumio.com/reports/downloads
Generates a report of a specified type given certain general conditions such as time range and other type-specific filters. To download the report, first get the download URL of the file from the reponse payload of the GET /reports/download endpoint. It's available in the "items" array as "download_link".
Use the following cURL command to download the report:"curl -H "Authorization: Bearer <bearer_token>" -o "</local_destination>" "<file_url>"