{
"plan_uid": "string",
"pu_list": [
{
"pu_id": "string",
"channels": [
0
]
}
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/plan/pulist' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"plan_uid": "string",
"pu_list": [
{
"pu_id": "string",
"channels": [
0
]
}
]
}'
{
"code": 0,
"msg": "string"
}