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