Authorization: ********************{
"deviceId": "string",
"oilElectricController": true
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/command/cutOilElectric' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"oilElectricController": true
}'{
"code": 0,
"data": "",
"msg": ""
}