{
"id": 0,
"uid": 0,
"bridgeName": "string",
"checkInTime": "string",
"name": "string",
"workNumber": "string",
"status": -127,
"checkInAddress": "string",
"checkInNotes": "string"
}
curl --location --request POST 'http://172.16.3.245:29880/clock/in/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"uid": 0,
"bridgeName": "string",
"checkInTime": "string",
"name": "string",
"workNumber": "string",
"status": -127,
"checkInAddress": "string",
"checkInNotes": "string"
}'
{
"data": {},
"code": 0,
"msg": "success"
}