curl --location '/sensor/A000000001/history' \
--header 'X-ApiKey: <api-key>'{
"sensor_id": "A000000001",
"disp_name": "KL meno",
"unit": "°C",
"data": [
{
"value": 85.5,
"timestamp": 1541769538
}
]
}