{
"imBotId": "string",
"imContactId": "string",
"description": "string"
}
curl --location --request POST '/api/v2/customer/updateContactDescription?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"imBotId": "string",
"imContactId": "string",
"description": "string"
}'
{
"errcode": 0,
"errmsg": ""
}