{
"appId": "string",
"fileData": "string",
"fileName": "string",
"toWxid": "string"
}curl --location 'https://api.wekeapi.com/api/v1/message/sendFile' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"fileData": "string",
"fileName": "string",
"toWxid": "string"
}'{
"code": 0,
"data": {
"aesKey": "string",
"createTime": 0,
"fileCRC": 0,
"fileId": "string",
"fileMd5": "string",
"fileSize": 0,
"msgSourceBase64": "string",
"newMsgId": 0,
"toWxid": "string",
"type": 0
},
"message": "OK"
}