curl --location --request POST 'https://api.302.ai/cognitiveservices/v1' \
--header 'Authorization: Bearer ' \
--header 'X-Microsoft-OutputFormat: riff-24khz-16bit-mono-pcm' \
--header 'Content-Type: application/ssml+xml' \
--data-raw '<speak version='\''1.0'\'' xml:lang='\''en-US'\''>
<voice xml:lang='\''en-US'\'' xml:gender='\''Male'\'' name='\''en-US-ChristopherNeural'\''>
I'\''m excited to try text to speech!
</voice>
</speak>'{}