curl --location --request POST 'https://api.openai.com/v1/audio/speech' \ --header 'Authorization: Bearer $OPENAI_API_KEY' \ --header 'Content-Type: application/json'
{}
Authorization: Bearer ********************