Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************curl --location --request GET 'http://10.10.0.26:8080/api/system/temp_info' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>'{
"code": 200,
"msg": "success",
"time": 1766569440589,
"data": {
"info": "i2c",
"select": "temp",
"temp1": "23",
"temp2": "22"
}
}