curl --location --request POST '/test_download_stream' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com/file"
}'{
"status": "ok",
"retcode": 0,
"data": {
"success": true
},
"message": "",
"wording": "",
"stream": "normal-action"
}