curl --location -g --request POST 'https://api.ganaka.live/{{api_version}}/developer/collector/shortlists' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"timestamp": "2025-12-31T12:29:00",
"timezone": "etc/UTC",
"shortlistType": "TOP_GAINERS",
"scope": "FULL",
"entries": [
{
"nseSymbol": "RELIANCE",
"name": "Reliance Industries Ltd",
"price": 2500
},
{
"nseSymbol": "TCS",
"name": "Tata Consultancy Services",
"price": 3500
}
]
}
}'