Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/remote/getSavingModeSetting?sn' \
--header 'Authorization;'
{
"code": 0,
"data": [
{
"enable": 0,
"MEMSEnable": 0,
"workTime": 0,
"sleepTime": 0
}
],
"message": ""
}