curl --location --request POST '/upload_file_stream' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream_id": "uuid-1234-5678",
"chunk_data": "SGVsbG8gV29ybGQ=",
"chunk_index": 0,
"total_chunks": 1,
"file_size": 11
}'{
"status": "ok",
"retcode": 0,
"data": {
"type": "stream",
"stream_id": "uuid-1234-5678",
"status": "chunk_received",
"received_chunks": 1,
"total_chunks": 1
},
"message": "",
"wording": "",
"stream": "normal-action"
}