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