{
"year": 0,
"month": 0,
"day": 0,
"hour": 0,
"minute": 0,
"second": 0,
"isUTC": true
}curl --location --request PUT 'http://prod-cn.your-api-server.com/api/v1/device/hw/systemtime' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"month": 0,
"day": 0,
"hour": 0,
"minute": 0,
"second": 0,
"isUTC": true
}'{
"code": 0,
"data": {},
"message": "string"
}