Authorization: Bearer ********************
{
"secretId": "string",
"secretKey": "string",
"region": "string",
"bucket": "string",
"https": true,
"path": "string"
}
curl --location --request POST 'http://localhost:8098/admin/file/mode/tencent_cos' \
--header 'Content-Type: application/json' \
--data-raw '{
"secretId": "string",
"secretKey": "string",
"region": "string",
"bucket": "string",
"https": true,
"path": "string"
}'
{
"code": 200,
"errMsg": null,
"data": true
}