curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/kf/servicer/list?access_token=&open_kfid=XXX'{
"errcode": 0,
"errmsg": "ok",
"servicer_list": [
{
"userid": "zhangsan",
"status": 0
},
{
"userid": "lisi",
"status": 1
},
{
"department_id": 2
},
{
"department_id": 3
}
]
}