Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
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"
}