curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/groupchat/list?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"status_filter": 0,
"owner_filter": {
"userid_list": ["abel"]
},
"cursor" : "r9FqSqsI8fgNbHLHE5QoCP50UIg2cFQbfma3l2QsmwI",
"limit" : 10
}'
{
"errcode": 0,
"next_cursor": "string",
"errmsg": "string",
"group_chat_list": [
{
"chat_id": "string",
"status": 0
}
]
}