curl --location '/public-api/v1/notificationRecord/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"tenantId": 0,
"deptId": 0,
"triggerId": 0,
"eventId": 0,
"eventName": "string",
"modelId": 0,
"workflowId": 0,
"botId": 0,
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"notifyWay": "string",
"notifyResult": 0,
"errorMessage": "string",
"metricInfo": "string"
}'{
"errorCode": 0,
"message": "",
"data": null
}