Allows staff to clock in for their shift at a specified location.
Request
Body Params application/json
Request Code Samples
curl --location --request POST '/time-tracking/clock-in' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Modified at 2024-12-17 09:32:40