[New] One seamless flow: workforce data to payroll, fully embedded.
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"
}