curl --location --request GET 'https://api.oraydev.cn/sl/v1/smart-plug/v2/get-timer-list?sn&index' \
--header 'Authorization: Bearer <token>'{
"index": 1,
"timer": [
{
"action": 1,
"enabled": 1,
"repeat": 127,
"time": 1,
"timer_id": 1764742799
}
]
}