{
"data": {
"to_wxid": "wxid_xxxxxx",
"file": "C:\\a.jpg"
},
"client_id": 1,
"type": "MT_SEND_IMGMSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "wxid_xxxxxx",
"file": "C:\\a.jpg"
},
"client_id": 1,
"type": "MT_SEND_IMGMSG"
}'
{}