{
"handover_userid": "zhangsan",
"takeover_userid": "lisi",
"cursor": "CURSOR"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/transfer_result?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"handover_userid": "zhangsan",
"takeover_userid": "lisi",
"cursor": "CURSOR"
}'
{
"errcode": 0,
"next_cursor": "string",
"errmsg": "string",
"customer": [
{
"external_userid": "string",
"takeover_time": 0,
"status": 0
}
]
}