{
"leads_id_list":[1,2],
"staff_ext_id":"ZhangSan"
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/leads/receive?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"leads_id_list":[1,2],
"staff_ext_id":"ZhangSan"
}'
{
"errmsg": "ok",
"errcode": 200,
"fail_leadsid": []
}