{"customers":[{"customerName":"小萝莉","externalId":"wmAu6rEQAA0aeVfIM46c_m3DY9vJxz7w","qwUserId":"LiYanLin"}],"handoverToUserid":"ZhuShanPeng"}curl --location --request POST '/api/v3/customer/transfer' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{"customers":[{"customerName":"小萝莉","externalId":"wmAu6rEQAA0aeVfIM46c_m3DY9vJxz7w","qwUserId":"LiYanLin"}],"handoverToUserid":"ZhuShanPeng"}'{
"code": 0,
"message": "success"
}