curl -L \ --request PUT \ --url '//api/groups/{groupId}/update' \ --header 'Content-Type: application/json' \ --data '{ "groupName": "text", "dynamicRule": "text" }'
{ "code": 1, "message": "text", "data": true, "success": true }