{
"name": "string",
"desc": "string",
"creatorName": "string",
"expireDelete": 0,
"hasConf": 0
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/imgroup/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"desc": "string",
"creatorName": "string",
"expireDelete": 0,
"hasConf": 0
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"desc": "string",
"creator": "string",
"creatorName": "string",
"createTime": 0,
"expireDelete": 0,
"hasConf": 0
}
}