{
"appId": "string",
"oriMsgFrom": "string",
"oriMsgId": 0,
"oriMsgSourceBase64": "string",
"oriMsgTo": "string",
"toWxid": "string",
"xmlMsgBase64": "string"
}curl --location 'https://api.wekeapi.com/api/v1/message/forwardFileMsg' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"oriMsgFrom": "string",
"oriMsgId": 0,
"oriMsgSourceBase64": "string",
"oriMsgTo": "string",
"toWxid": "string",
"xmlMsgBase64": "string"
}'{
"code": 0,
"data": {
"createTime": 0,
"newMsgId": 0,
"toWxid": "string",
"type": 0
},
"message": "OK"
}