curl --location --request POST '/upload_file_stream' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream_id": "string",
"chunk_data": "string",
"chunk_index": 0,
"total_chunks": 0,
"file_size": 0,
"expected_sha256": "string",
"is_complete": true,
"filename": "string",
"reset": true,
"verify_only": true,
"file_retention": 300000
}'{
"status": "ok",
"retcode": 0,
"data": {
"type": "stream",
"stream_id": "string",
"status": "chunk_received",
"received_chunks": 0,
"total_chunks": 0,
"file_path": "string",
"file_size": 0,
"sha256": "string"
},
"message": "string",
"echo": "string",
"wording": "string",
"stream": "stream-action"
}