curl --location --request GET 'https://core.authing.cn/api/v2/groups/detail/default-code' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61cc2c7bb686e2767125230d'
{
"code": 200,
"message": "",
"data": {
"id": "61cc2c7bb686e2767125230d",
"createdAt": "2021-12-29T09:38:03.685Z",
"updatedAt": "2021-12-29T09:38:03.685Z",
"userPoolId": "61503af14d630037e58dd471",
"code": "rbrbt",
"name": "rbtbt",
"description": null,
"externalId": null
}
}