I'm creating a NodeJs script to transcribe my recording file in real-time with Amazon Transcribe Service. They have AWS SDK for javascript (aws-sdk-js) Here
But this js SDK hasn't yet implement start streaming transcription. However, they have a API called /start-transcription with HTTP/2 definition Here
So How can I request this AWS HTTP/2 API in NodeJS?