curl --location 'http://localhost:8085/api/message/download/file' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "wx1234567890",
"attach_id": "media_id_xxx",
"chunk_size": 131072,
"offset": 0,
"size": 1048576,
"username": "wxid_xxx"
}'{
"code": 0,
"data": {
"app_id": "string",
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"chunk": {
"data": [
0
],
"size": 0
},
"chunk_size": 0,
"media_id": "string",
"offset": 0,
"size": 0,
"username": "string"
},
"message": "string"
}