Access-Id: ********************Access-Secret: ********************curl --location --request GET 'http://10.10.0.26:8080/api/system/power_info' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>'{
"code": 200,
"msg": "success",
"time": 1766992447012,
"data": {
"12V_POWERON": true,
"AC_DET1": true,
"AC_DET2": false,
"Chip path": false,
"PWR_GOOD_DET1": true,
"PWR_GOOD_DET2": false
}
}