Authorization: ********************curl --location --request GET '/storage-policies' \
--header 'Authorization: <api-key>'{
"code": 0,
"data": {
"list": [
{
"access_key": "string",
"base_path": "string",
"bucket_name": "string",
"created_at": "string",
"flag": "string",
"id": "string",
"is_private": true,
"max_size": 0,
"name": "string",
"secret_key": "string",
"server": "string",
"settings": {},
"type": "string",
"updated_at": "string",
"virtual_path": "string"
}
],
"total": 0
},
"message": "string"
}