curl --location --request PUT 'https://api.oraydev.cn/sl/v1/smart-plug/v2/update-timer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "165349323154",
"index": 1,
"time": 1,
"repeat": 127,
"action": 0,
"enabled": 1,
"timer_id": 1764742799
}'{}