curl --location --request GET 'https://api.predict.fun/markets//timeseries?metric&resolution&from&to&limit&after' \
--header 'x-api-key: <api-key>'{
"success": true,
"cursor": "string",
"data": {
"resolution": "1m",
"series": [
{
"x": 0,
"y": 0
}
]
}
}