{
"items": [
{
"bwType": 1,
"objType": 0,
"objID": "string"
}
]
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/bw/resource/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"bwType": 1,
"objType": 0,
"objID": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": [
{
"bwID": 0,
"bwType": 1,
"objType": 0,
"objID": "string"
}
]
}