X-ApiKey: ********************{
"data": [
{
"location_number": 10000001,
"timestamp": 1649063971,
"value": -10.5
}
]
}curl --location --request POST 'https://residentia.fi/api/v1/overdrive' \
--header 'X-ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"location_number": 10000001,
"timestamp": 1649063971,
"value": -10.5
}
]
}'[
{
"location_number": 10000001,
"timestamp": 1649063971,
"value": -10.5,
"date": "2022-04-04T09:19:31.000Z",
"status": "add [OR] update"
}
]