Authorization: ********************{
"stationId": "string",
"tenantId": "string",
"stationPointId": "string"
}curl --location --request POST '/management/station/powerOffDevice' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": "string",
"tenantId": "string",
"stationPointId": "string"
}'{
"code": "",
"msg": "",
"data": {
"stationId": "",
"tenantId": "",
"equipmentCount": 0
},
"stackTraceMsg": ""
}