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