{
"file": "string",
"out_format": "mp3"
}curl --location --request POST 'http://127.0.0.1:3000/get_record' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string",
"out_format": "mp3"
}'{
"status": "string",
"retcode": 0,
"data": {
"file": "string",
"file_size": "string",
"file_name": "string",
"base64": "string"
},
"message": "string",
"wording": "string"
}