curl --location --request GET '/rest-v1-dark-shorts/?date&pagination' \
--header 'x-api-key: <api-key>'{
"data": [
{
"ticker": "string",
"date": 0,
"index": 0,
"slope": 0,
"signal": "IN_SYNC",
"percent_rank": 0
}
],
"metadata": {
"total": 0,
"pagination": {
"offset": 0,
"limit": 0,
"nextPage": true
}
}
}