curl --location -g --request POST 'https://.daftra.com/v2/api/entity/attendance_log' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "session_id": 2,
  "source_id": 4,
  "source_method": null,
  "source_name": "Staff Name",
  "source_type": "supervisor",
  "staff_id": 2,
  "status": "draft",
  "time": "2025-10-01 07:51:00"
}'{}