{
"id": "string",
"groupId": "string",
"resourceName": "string",
"resource": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/resource/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"groupId": "string",
"resourceName": "string",
"resource": "string"
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": {}
}