I'm currently building with the createTranscription endpoint in nodejs, but have been having trouble pass in an audio file to the endpoint. Most solutions online use a stream, but the endpoint method expects a file type. If I do any as the type, I also keep receiving error with response 500. Have basically tried most of the solutions online so far. Has anyone been able to get the nodejs endpoint for whisper to properly work?