[ { "hiveId": 0, "fields": { "weightKg": 0, "humidityPercent": 0, "temperatureCelsius": 0 }, "timestamp": 0 } ]
curl --location --request POST '/iot/v1/metrics' \ --header 'Authorization: Bearer {api_token}' \ --header 'Content-Type: application/json' \ --data-raw '[ { "hiveId": 0, "fields": { "weightKg": 0, "humidityPercent": 0, "temperatureCelsius": 0 }, "timestamp": 0 } ]'
OK