curl --location --request DELETE 'https://dev.your-api-server.com/api/transcription/v1/delete/transcription?transcribeId=928a9036-ebbc-4cba-ab62-03c6461ab8fc' \
--header 'Accept: application/json, text/plain, */*' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw ''
{}