curl --location --request DELETE '/api/timesheets/date/' \ --header 'Content-Type: application/json' \ --data-raw '{ "employeeId": "emp_001", "utcOffset": -240 }'
Shifts for employee ID emp_001 on 2023-10-27 deleted successfully.