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