curl --location '/api/timeclock/shift-notes' \ --header 'Content-Type: application/json' \ --data '{ "content": "string", "type": "MANAGER_ONLY" }'
{ "content": "string", "type": "MANAGER_ONLY" }