curl --location --request POST 'https://api.oraydev.cn/sl/v1/smart-plug/v2/set-vdc-protect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "813505874685",
"lv": 190,
"lv_hystersis": 5,
"is_open_lv": true,
"lv_trigger_type": 1,
"hv": 240,
"hv_hystersis": 1,
"is_open_hv": true,
"hv_trigger_type": 2,
"action_type": 3
}'{
"sn": "813505874685",
"user_id": 90268213,
"lv": 190,
"lv_hystersis": 5,
"is_open_lv": true,
"lv_trigger_type": 1,
"hv": 240,
"hv_hystersis": 5,
"is_open_hv": true,
"hv_trigger_type": 2,
"pre_time": 1764834876,
"create_time": 1764834876
}