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