curl --location --request POST 'https://api.oraydev.cn/sl/v1/smart-plug/status' \
--header 'Authorization: Bearer {access_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "string",
"action": 0,
"index": 0,
"remoteid": 0,
"_format": "string"
}'
{
"code": 0,
"stdcode": 0,
"message": "string",
"category": "string",
"action": "string"
}