curl --request POST \
--url http://localhost:3000/v1/scanner/timesheets/{id}/approve{
"success": true,
"message": "<string>",
"error": "<string>",
"deputy_configured": true
}Approves a timesheet in Deputy.
curl --request POST \
--url http://localhost:3000/v1/scanner/timesheets/{id}/approve{
"success": true,
"message": "<string>",
"error": "<string>",
"deputy_configured": true
}