curl --location --request GET '/rest-v1-rmr/?date&pagination'{
"data": [
{
"date": 0,
"ticker": "string",
"composite": 0,
"m1": 0,
"m3": 0,
"m6": 0,
"y1": 0,
"composite_10d_slope": 0,
"max_composite_1y": 0
}
],
"metadata": {
"total": 0,
"pagination": {
"offset": 0,
"limit": 0,
"nextPage": true
}
}
}