GET 请求
Content-Type: application/octet-stream x-oss-meta-token: {{响应体中的 token}}
curl --location --request GET 'https://gateway-openapi.coralglobal.cn/v1/file/download?fileId=&operate' \ --header 'X-Request-Id;'
{ "code": "string", "message": "string", "timestamp": "string", "data": { "fileId": "string", "url": "string", "token": "string" } }