cURL
curl --request POST \ --url https://api.example.com/v1/devices/hvac/{id}/thermostat_behavior/record \ --header 'Content-Type: application/json' \ --data ' { "temperature": [ 123 ], "timestamp": [ "<string>" ] } '
WattShift API Key