curl --location -g --request GET 'http://{{host}}/v1/blobstores'
[
{
"softQuota": {
"type": "spaceRemainingQuota",
"limit": 0
},
"name": "string",
"type": "string",
"unavailable": true,
"blobCount": 0,
"totalSizeInBytes": 0,
"availableSpaceInBytes": 0
}
]