curl --location --request POST 'https://api.openai.com/v1/audio/speech' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"voice": "string"
}'
{}