curl --location -g --request POST '{{system_user_url}}/hr/attendances/1?date=2026-05-05&user_id=12&work_schedule_id=1' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'user_id="12"' \
--form 'work_schedule_id="1"' \
--form 'date="2026-05-05"' \
--form 'check_in="08:30"' \
--form 'check_out="17:00"' \
--form 'worked_hours="8"' \
--form 'status="present"' \
--form 'late_minutes="0"' \
--form 'early_leave_minutes="0"' \
--form 'notes="حضور عادي"'