Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/remote/getThresholdSetting?sn' \
--header 'Authorization;'
{
"code": 0,
"data": [
{
"accelerationThreshold": 0,
"displacementThreshold": 0
}
],
"message": ""
}