curl --location -g --request GET '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-raw ''
该接口将以文件的形式返回信息。