curl --location --request DELETE '/api/timesheets/' \ --header 'Content-Type: application/json' \ --data-raw '{ "txId": "tx_12345" }'
{ "message": "Shift ID shift_001 deleted successfully." }