{
"id": "string",
"status": 0,
"handleOpinion": "string",
"eventCategory": "string",
"accessories": [
"string"
],
"voiceAccessory": "string",
"content": {}
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/event/handle' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"status": 0,
"handleOpinion": "string",
"eventCategory": "string",
"accessories": [
"string"
],
"voiceAccessory": "string",
"content": {}
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": null
}