curl --location --request POST '/download_file_image_stream' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "image_file_id"
}'{
"status": "ok",
"retcode": 0,
"data": {
"file": "temp_image_path"
},
"message": "",
"wording": "",
"stream": "normal-action"
}