{
"inner_user_ids": [
"xxx",
"xxx"
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/third/innerid_to_thirdid?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"inner_user_ids": [
"xxx",
"xxx"
]
}'