curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/imgroup/info/123456' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"desc": "string",
"creator": "string",
"createTime": 0,
"expireDelete": 0
}
}