curl --request POST \
--url https://rumorz.azurewebsites.net/v0/graph/get_feed \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"ids": [
115176
],
"lookback": "7D",
"sentiment_gte": 0.5,
"sentiment_lte": 1,
"page": 1,
"limit": 10
}
'