Authorization: Bearer ********************
{
"eventId": "string",
"craneId": "string",
"standardName": "string",
"projectName": "string",
"code": "string",
"description": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"alarmLevel": 0,
"alarmCategory": "string"
}
curl --location --request POST 'http://192.168.100.214:10084/api/data-collection/alarm-event' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"craneId": "string",
"standardName": "string",
"projectName": "string",
"code": "string",
"description": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"alarmLevel": 0,
"alarmCategory": "string"
}'
{}