{
"startDate": "2025-03-22 00:00:00",
"endDate": "2025-03-25 23:00:00"
}
curl --location --request POST 'http://127.0.0.1:8086/api/dingtalk/getAttendanceRecords' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-03-22 00:00:00",
"endDate": "2025-03-25 23:00:00"
}'