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