{
"id": 1,
"name": "S3 - 阿里云",
"storage": 1,
"config": {
"property1": {},
"property2": {}
},
"remark": "我是备注"
}curl --location --request POST '/admin-api/infra/file-config/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "S3 - 阿里云",
"storage": 1,
"config": {
"property1": {},
"property2": {}
},
"remark": "我是备注"
}'{
"code": 0,
"data": 0,
"msg": "string"
}