Authorization: ********************
{
"id": 0,
"companyId": 0,
"creatorId": 0,
"name": "string",
"remark": "string",
"createTime": "string",
"updateTime": "string"
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/group/save' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": 0,
"companyId": 0,
"creatorId": 0,
"name": "string",
"remark": "string",
"createTime": "string",
"updateTime": "string"
}'
{
"code": 0,
"data": false,
"message": ""
}