{
"uuid": "",
"newmsgid": "",
"msgcontent": "",
"msgtype": 34
}curl --location --request POST '/v1/message/downloadfile' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "",
"newmsgid": "",
"msgcontent": "",
"msgtype": 34
}'{
"code": 0,
"data": {
"wxid": "string",
"newmsgid": "string",
"filename": "string",
"filetitle": "string",
"fileurl": "string",
"filelen": "string",
"filesize": "string",
"fileext": "string",
"cozefileid": "string"
},
"text": "string",
"rowcount": 0,
"showmsg": true
}