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