curl --location --request POST 'https://dev.your-api-server.com/api/transcription/v1/file/transcribe' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "2a091a10-3f58-4334-958e-8a0e2b5e5b55_vocals",
"language": "en",
"domain": "general-v3-india-default"
}'
{}