curl --location --request GET 'http://dev-cn.your-api-server.com/v1-beta1/storage/storages/' \
--header 'Authorization: Bearer {YOUR_API_KEY}'{
"data": {
"id": 1,
"name": "s3-playground",
"type": "s3",
"parameters": {
"path": "",
"bucket": "playground"
},
"created_at": "2022-05-10T10:29:12.754824+00:00"
}
}