/v2/api/entity base and authenticated with a Bearer token. The request body is a flat JSON object whose keys are the attendance fields.client_id, added_by, time.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/client_attendance_log' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"client_id":1,"added_by":36,"time":"2026-07-14 10:00:00"}'{
"message": "Client Attendance Log Added Successfully",
"id": 11
}