{
"data": {
"to_wxid": "wxid_xxxxxx",
"url": "https://baidu.com/test.jpg"
},
"client_id": 1,
"type": "SEND_FILE_BY_URL"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "wxid_xxxxxx",
"url": "https://baidu.com/test.jpg"
},
"client_id": 1,
"type": "SEND_FILE_BY_URL"
}'
{}