{
"aesKey": "string",
"appId": "string",
"crc32": 0,
"fileId": "string",
"fileMd5": "string",
"fileSize": 0,
"newMd5": "string",
"oriMsgFrom": "string",
"oriMsgId": 0,
"oriMsgSourceBase64": "string",
"oriMsgTo": "string",
"playLength": 0,
"rawAesKey": "string",
"rawFileId": "string",
"rawFileMd5": "string",
"rawFileSize": 0,
"thumbHeight": 0,
"thumbSize": 0,
"thumbWidth": 0,
"toWxid": "string"
}curl --location 'https://api.wekeapi.com/api/v1/message/forwardVideo' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"aesKey": "string",
"appId": "string",
"crc32": 0,
"fileId": "string",
"fileMd5": "string",
"fileSize": 0,
"newMd5": "string",
"oriMsgFrom": "string",
"oriMsgId": 0,
"oriMsgSourceBase64": "string",
"oriMsgTo": "string",
"playLength": 0,
"rawAesKey": "string",
"rawFileId": "string",
"rawFileMd5": "string",
"rawFileSize": 0,
"thumbHeight": 0,
"thumbSize": 0,
"thumbWidth": 0,
"toWxid": "string"
}'{
"code": 0,
"data": {
"createTime": 0,
"newMsgId": 0,
"toWxid": "string",
"type": 0
},
"message": "OK"
}