curl --location -g --request GET 'https://open.weibanzhushou.com/open-api/material_library/list?mtype=link&offset=0&limit=20&material_tag_id_list=[1,2]&access_token='{
    "errcode": 0,
    "errmsg": "ok",
    "result": [
        {
            "digest": "",
            "file_id": null,
            "file_size": "",
            "id": 1,
            "is_publish": false,
            "material_tag_list": [
                {
                    "id": 8,
                    "name": ""
                },
                {
                    "id": 12,
                    "name": ""
                }
            ],
            "mtype": "link",
            "publish_status": "",
            "thumb_url": "",
            "title": "",
            "url": ""
        }
    ],
    "total_count": 75
}