curl --request POST \
--url https://rumorz.azurewebsites.net/v0/agent/summarize \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"id": 115176,
"timestamp": "2023-10-26T00:00:00Z",
"sentiment_gte": 0.5,
"sentiment_lte": 1
}'