Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/bolts/1234/statistics/environments/storage' \
--header 'Authorization: Bearer <token>'
[
{
"name": "Test",
"url": "xxx",
"files": 0
}
]