curl --location --request POST '/download_file_stream' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string",
"file_id": "string",
"chunk_size": 65536
}'{
"status": "ok",
"retcode": 0,
"data": {
"type": "response",
"data_type": "file_complete",
"total_chunks": 0,
"total_bytes": 0,
"message": "Download completed"
},
"message": "string",
"echo": "string",
"wording": "string",
"stream": "stream-action"
}