curl --request POST \
--url http://localhost:8080/openai/deployments/{deployment-id}/audio/speech \
--header 'Content-Type: application/json' \
--data '
{
"model": "<string>",
"input": "<string>",
"voice": "<string>",
"instructions": "<string>",
"response_format": "<string>",
"speed": 123
}
'