curl --location --request GET '/localsense/alarm/getAlarmType' \
--header 'token;'
{
"code": 0,
"data": {
"alarmShow": "string",
"icon": "string",
"recordType": "string",
"reserve1": "string",
"reserve2": "string",
"restricted": 0,
"wav": "string",
"wskType": "string"
},
"msg": "string"
}