{
"id": "string",
"method": "get",
"command": "conf_join",
"timeout": 0,
"page": 0,
"pageSize": 0,
"data": {}
}
curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/ws/command' \
--header 'Sec-WebSocket-Protocol: string' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"method": "get",
"command": "conf_join",
"timeout": 0,
"page": 0,
"pageSize": 0,
"data": {}
}'
{
"id": "string",
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": {}
}