{
"mobiles": [
"10000000000",
"10000000001"
]
}curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/batch_to_external_userid?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobiles": [
"10000000000",
"10000000001"
]
}'{
"errcode": 0,
"fail_list": [
{
"errcode": 0,
"mobile": "string",
"errmsg": "string"
}
],
"success_list": [
{
"external_userid": "string",
"foreign_key": "string",
"mobile": "string"
}
],
"errmsg": "string"
}