{ "size": 20, "offset": 0 }
curl --location --request POST 'http://127.0.0.1/topapi/extcontact/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "size": 20, "offset": 0 }'
{ "results": [ { "title": "string", "share_dept_ids": [ 0 ], "label_ids": [ 0 ], "remark": "string", "address": "string", "name": "string", "follower_user_id": "string", "state_code": "string", "company_name": "string", "share_user_ids": [ "string" ], "mobile": "string", "userid": "string", "email": "string" } ], "errcode": 0, "errmsg": "string", "request_id": "string" }