curl --location -g --request GET 'https://open.weibanzhushou.com/open-api/external_user_event/list?staff_id&last_id=&external_user_id&external_user_unionid&external_user_openid&limit&offset&access_token='{
"errcode": 0,
"errmsg": "string",
"total": 0,
"event_list": [
{
"id": 0,
"created_at": 0,
"content": "string",
"event_title": "string",
"event_type": "string",
"external_user_id": "string",
"staff_id": "string",
"staff_name": "string"
}
]
}