curl --location 'https://api.getcalico.com/enterprise/v2/reports/43e5dab2-2588-439b-83e9-e379c2117fbd/download-link' \
--header 'Authorization: Bearer <token>'{
"data": {
"reports": [
{
"id": "43e5dab2-2588-439b-83e9-e379c2117fbd",
"temp_uri": "https://widget.getcalico.com/calico-icon.svg"
}
]
},
"errors": []
}