en-US-JennyNeurallarry/v1/convertcontentcurl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/convert' \
--header 'AUTHORIZATION: YOUR_SECRET_KEY_HERE' \
--header 'X-USER-ID: YOUR_USER_ID_HERE' \
--header 'content-type: application/json' \
--data-raw '{
"content": [
"Hey you!"
],
"voice": "en-US-JennyNeural"
}'{
"status": "CREATED",
"transcriptionId": "-NOjGbpFU1Exf3DxhLHU",
"contentLength": 1,
"wordCount": 4
}