{
"data": {
"conversation_id": "xxxxxxxx",
"url": "http://baidu.com/a.jpg",
"file_name":"b.png"
},
"type": "WW_SEND_IMG_MSG_BY_URL",
"client_id": 1
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"conversation_id": "xxxxxxxx",
"url": "http://baidu.com/a.jpg",
"file_name":"b.png"
},
"type": "WW_SEND_IMG_MSG_BY_URL",
"client_id": 1
}'
{}