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