{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"remark": "string",
"setting": {},
"type": "http",
"updateTime": "2006-01-02T15:04:05Z07:00"
}
curl --location --request PUT '/ds/group/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"remark": "string",
"setting": {},
"type": "http",
"updateTime": "2006-01-02T15:04:05Z07:00"
}'
{
"status": "OK"
}