curl --location --request POST 'http://dev-cn.your-api-server.com/v2/config' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"s3_region": "ap-southeast-1",
"s3_bucket": "stars-test",
"s3_path": "/free"
}'
{
"code": 0,
"msg": ""
}