{
"wxCorpId": "1970324945115309",
"imBotId": "1688853462929494",
"imContactIds": ["7881301676927825"]
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v2/customer/transform?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"wxCorpId": "1970324945115309",
"imBotId": "1688853462929494",
"imContactIds": ["7881301676927825"]
}'
{
"errcode": 0,
"errmsg": "string",
"data": [
{
"imContactId": "string",
"externalUserId": "string"
}
]
}