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