curl --location --request POST 'http://localhost:8080/api/v1/object-store/bucket/object/put' \ --form 'provider=""' \ --form 'accessKey=""' \ --form 'secretKey=""' \ --form 'regionId=""' \ --form 'name=""' \ --form 'key=""' \ --form 'file=@""' \ --form 'cannedAcl=""'
{ "content": { "failure": [ "string" ], "success": [ "string" ] }, "errorCode": "string", "errorMsg": "string", "msg": "string", "success": true }