{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"remark": "string",
"setting": {},
"type": "http"
}
curl --location --request POST '/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"
}'
{
"InsertedID": "5cceba2cc7157e23ae172c28"
}