curl -X POST "http://localhost:8000/analyze-sentiment" \
     -H "Content-Type: application/json" \
     -d '{"text": "I love this product!", "return_scores": true}'
