{
"planId": 0,
"puList": [
"string"
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/configplan/pu/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"planId": 0,
"puList": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"planId": 0,
"name": "string",
"status": "1",
"reason": "string"
}
}