{
"wxid": "qq529078104",
"contactid": "47437397561@chatroom",
"textcontent": "都上班了没?",
"imagecontent": "",
"msgtype":1
}curl --location --request POST '/v1/message/addmessage' \
--header 'login-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"wxid": "qq529078104",
"contactid": "47437397561@chatroom",
"textcontent": "都上班了没?",
"imagecontent": "",
"msgtype":1
}'{
"code": 200,
"data": "67a4738c80e620e3bd7a34e2",
"message": "消息添加成功",
"rowcount": 0,
"showmsg": false,
"statusText": ""
}