curl --location --request GET '/ds/group' \
--header 'Authorization: {{ACCESS_TOKEN}}'
[
{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"remark": "string",
"setting": {},
"type": "http",
"updateTime": "2006-01-02T15:04:05Z07:00"
}
]