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