{
"pid": "string",
"name": "string",
"desc": "string",
"recordKeepDur": 0,
"member_count": 0
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pugroup/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pid": "string",
"name": "string",
"desc": "string",
"recordKeepDur": 0,
"member_count": 0
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"pid": "string",
"name": "string",
"desc": "string",
"recordKeepDur": 0,
"inheritRecordKeepDur": 0,
"member_count": 0
}
}