Authorization: Bearer ********************
curl --location '/text-to-speech/speech' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "string", "voice": "string" }'
{}