Authorization: ********************{
"access_key": "string",
"base_path": "string",
"bucket_name": "string",
"enable_miyoushe_sync": true,
"flag": "string",
"is_private": true,
"max_size": 0,
"miyoushe_cookie": "string",
"name": "string",
"oss_process_style": "string",
"secret_key": "string",
"server": "string",
"settings": {},
"virtual_path": "string"
}curl --location --request PUT '/pro/admin/storage-policies/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_key": "string",
"base_path": "string",
"bucket_name": "string",
"enable_miyoushe_sync": true,
"flag": "string",
"is_private": true,
"max_size": 0,
"miyoushe_cookie": "string",
"name": "string",
"oss_process_style": "string",
"secret_key": "string",
"server": "string",
"settings": {},
"virtual_path": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}