curl -X POST "http://localhost:8000/analyze-sentiment-batch" \
     -H "Content-Type: application/json" \
     -d '{"texts": ["Great product!", "Terrible service", "It is okay"], "return_scores": false}'
