{
"ReqId": "string",
"aesKey": "string",
"appId": "string",
"desc": "string",
"linkUrl": "string",
"oriMsgFrom": "string",
"oriMsgId": 0,
"oriMsgSourceBase64": "string",
"oriMsgTo": "string",
"thumbHeight": 0,
"thumbMd5": "string",
"thumbSize": 0,
"thumbUrl": "string",
"thumbWidth": 0,
"title": "string",
"toWxid": "string"
}curl --location 'https://api.wekeapi.com/api/v1/message/forwardLink' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"ReqId": "string",
"aesKey": "string",
"appId": "string",
"desc": "string",
"linkUrl": "string",
"oriMsgFrom": "string",
"oriMsgId": 0,
"oriMsgSourceBase64": "string",
"oriMsgTo": "string",
"thumbHeight": 0,
"thumbMd5": "string",
"thumbSize": 0,
"thumbUrl": "string",
"thumbWidth": 0,
"title": "string",
"toWxid": "string"
}'{
"code": 0,
"data": {
"createTime": 0,
"newMsgId": 0,
"toWxid": "string",
"type": 0
},
"message": "OK"
}