curl --location --request POST 'https://api.302.ai/302/submit/elevenlabs/speech-to-text' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio_url": "",
"language_code": "eng",
"tag_audio_events": true,
"diarize": true
}'{
"logs": null,
"metrics": {},
"queue_position": 0,
"request_id": "3a21485e-1705-44ce-b016-ea8edda51aed",
"status": "IN_QUEUE"
}