curl --request POST \
--url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/audiofile2txt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form audio='@example-file' \
--form include_ts=true \
--form model=WhisperLargeV3 \
--form return_result_in_response=true \
--form 'webhook_url=<string>'