curl --location --request GET '/api/admin/system/group/info?id' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"createTime": "2019-08-24T14:15:22Z",
"formId": 0,
"id": 0,
"info": "string",
"name": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"message": "string"
}