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