curl --location --request GET '/timing-momentum/?date&pagination'{
"data": [
{
"ticker": "string",
"date": 0,
"timing_momentum": 0,
"timing_momentum_direction": 0
}
],
"metadata": {
"total": 0,
"pagination": {
"offset": 0,
"limit": 0,
"nextPage": true
}
}
}