status: add) or updated (status: update); the response echoes the persisted entries. Each entry's value must be within the inclusive range −15 to +15 °C; a request containing any out-of-range value is rejected with 400 and no entry is persisted.curl --location '/overdrive' \
--header 'X-ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"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"
}
]