curl --location --request POST 'https://api.oraydev.cn/sl/v1/smart-plug/v2/close-all-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": ""
}'{
"status": [
{
"status": 1
},
{
"index": 1,
"status": 1
},
{
"index": 2,
"status": 1
},
{
"index": 3,
"status": 1
},
{
"index": 4,
"status": 1
},
{
"index": 5,
"status": 1
},
{
"index": 6,
"status": 1
},
{
"index": 7,
"status": 1
}
]
}