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