Can you try with the below request body and see if this helps
"body": {
"$content-type": "multipart/form-data",
"$multipart": [
{
"headers": {
"Content-Disposition": "form-data; name=file; filename=filename.ogg",
"Content-Type": "audio/ogg"
},
"body": {
"$content-type": "audio/ogg",
"$content": "@{base64(body('DownloadVoiceMedia'))}"
}
}
]
}