Authorization: Bearer ********************curl --location 'https://open.feishu.cn/open-apis/baike/v1/files/upload' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'file=@""'{
"code": 0,
"msg": "success",
"data": {
"file_token": "boxbcEcmKiD3SGHvgqWTpvdc7jc"
}
}