{
"imBotId": "string",
"phone": "string",
"type": 1,
"hello": "string"
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v2/customer/addByPhone?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"imBotId": "string",
"phone": "string",
"type": 1,
"hello": "string"
}'
{
"errcode": 0,
"errmsg": "string",
"data": {
"imContactId": "string"
}
}