{
"userId": "string",
"date": "string",
"lat": "string",
"lng": "string",
"type": "string"
}curl --location 'http://localhost:5000/api/attendance/create' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"date": "string",
"lat": "string",
"lng": "string",
"type": "string"
}'{}