Authorization: Bearer ********************curl -X POST "https://api.portapi.ai/v1/audio/speech" \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{
"model": "tts-1",
"input": "string",
"voice": "alloy"
}'curl --location 'https://api.portapi.ai/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data 'curl -X POST "https://api.portapi.ai/v1/audio/speech" \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '\''{
"model": "tts-1",
"input": "string",
"voice": "alloy"
}'\'''