Authorization: Bearer ********************curl --location --request GET 'http://localhost:8098/admin/file/mode' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"errMsg": null,
"data": [
"LOCAL",
"TENCENT_COS"
]
}