curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_groupmsg_task?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"msgid":"msgGCAAAXtWyujaWJHDDGi0mACAAAA","limit":50,"cursor":"CURSOR"}'
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"task_list": [
{
"userid": "zhangsan",
"status": 1,
"send_time": 1552536375
}
]
}