{ "page_id": 0, "cursor": "string", "page_size": 0 }
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/get_unassigned_list?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "page_id": 0, "cursor": "string", "page_size": 0 }'
{ "errcode": 0, "errmsg": "string", "info": [ { "handover_userid": "string", "external_userid": "string", "dimission_time": 0 } ], "is_last": true, "next_cursor": "string" }