{
"device_no": "888870102",
"device_id": 3042,
"depart_id": 6,
"chef_id": 4,
"chef_no": 0000542,
"temperature": "38",
"temperature_status": 1,
"health": 0,
"health_card_status": 4,
"check_date": "2026-04-22 14:58:13"
}curl --location '/client/employee/morningCheck/deviceUploadCheckLog' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"device_no": "888870102",
"device_id": 3042,
"depart_id": 6,
"chef_id": 4,
"chef_no": 0000542,
"temperature": "38",
"temperature_status": 1,
"health": 0,
"health_card_status": 4,
"check_date": "2026-04-22 14:58:13"
}'{}