{
"powerOnOnline": true,
"tmEvent": {
"cardNumList": [
"string"
],
"content": "string",
"reply": true
}
}
curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/pu/onlinecontrol/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"powerOnOnline": true,
"tmEvent": {
"cardNumList": [
"string"
],
"content": "string",
"reply": true
}
}'
{
"code": 0,
"msg": "string"
}