curl --location --request POST 'https://app.apacta.com/api/v1/clocking_records' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkin_latitude": "string",
"checkin_longitude": "string",
"checkout_latitude": "string",
"checkout_longitude": "string",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}