curl --location --globoff 'http://dev-cn.your-api-server.com/v1/files/retrieve_content?GroupId={group_id}&file_id={file_id}' \ --header 'Authorization: Bearer {api_key}' \ --header 'content-type: application/json' \ --data ''
该接口将以文件的形式返回信息。