{"mobiles":["10000000000","10000000001"]}curl --location -g --request POST '/cgi-bin/externalcontact/batch_to_external_userid?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{"mobiles":["10000000000","10000000001"]}'{
"errcode": 0,
"errmsg": "ok",
"success_list": [
{
"mobile": "18900000000",
"external_userid": "aaabbbcccc"
}
],
"fail_list": [
{
"errcode": 60136,
"errmsg": "record not found",
"mobile": "10000000001"
}
]
}