Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************curl --location --request GET 'http://10.10.0.26:8080/api/system/fan_speed' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>'{
"code": 200,
"msg": "success",
"time": 1766569457249,
"data": {
"info": "i2c",
"select": "fun",
"fun1": "22",
"fun2": "21",
"fun3": "21",
"fun4": "22",
"fun5": "20",
"fun6": "20",
"fun7": "21",
"fun8": "21"
}
}