curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/bv28181in/platform/group/list/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": [
{
"id": "string",
"platformId": "string",
"name": "string",
"parentId": "string"
}
]
}