curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_unassigned_list?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
  "cursor":"",
  "page_size":100
}'{
    "errcode": 0,
    "errmsg": "ok",
    "info": [
        {
            "handover_userid": "zhangsan",
            "external_userid": "woAJ2GCAAAd4uL12hdfsdasassdDmAAAAA",
            "dimission_time": 1550838571
        },
        {
            "handover_userid": "lisi",
            "external_userid": "wmAJ2GCAAAzLTI123ghsdfoGZNqqAAAA",
            "dimission_time": 1550661468
        }
    ],
    "is_last": false,
    "next_cursor": "aSfwejksvhToiMMfFeIGZZ"
}