curl --location --request POST '/get_file' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "file_id_123"
}'{
"status": "ok",
"retcode": 0,
"data": {
"file": "/path/to/file",
"url": "http://...",
"file_size": 1024,
"file_name": "test.jpg"
},
"message": "",
"wording": "",
"stream": "normal-action"
}