Authorization: Bearer ********************{
"tunnelId": "244914a1-a375-4f4d-b6d5-374b367edf24",
"region": "string",
"beginTime": "string",
"endTime": "string"
}curl --location --request POST '/api/ueopen/tunnelSafety/workerIn' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"tunnelId": "244914a1-a375-4f4d-b6d5-374b367edf24",
"region": "string",
"beginTime": "string",
"endTime": "string"
}'[
{
"workerId": "string",
"workerName": "string",
"workerPhoto": "string",
"workerTypeName": "string",
"workerNo": "string",
"workerTeamName": "string",
"workerCorpName": "string",
"inoutType": "1",
"region": 0,
"occurrenceTime": "2019-08-24T14:15:22.123Z"
}
]