curl --location --request POST '/get_record' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "record_id_123",
"out_format": "mp3"
}'{
"status": "ok",
"retcode": 0,
"data": {
"file": "/path/to/record",
"url": "http://..."
},
"message": "",
"wording": "",
"stream": "normal-action"
}