{
	"info": {
		"_postman_id": "40274fe7-7224-475b-af3b-bf71061e0a7b",
		"name": "Single User Copy",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "33316668"
	},
	"item": [
		{
			"name": "SU",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "Token",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "biometriccode",
							"value": "user_test_ID",
							"type": "text"
						},
						{
							"key": "logDate",
							"value": "2024-01-01 09:00:00",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://your_instance.uknowva.co/api.php/hrm/syncattendanceshiftwise/fetchAttendanceFromAttendanceServer",
					"protocol": "http",
					"host": [
						"your_instance",
						"uknowva",
						"co"
					],
					"path": [
						"api.php",
						"hrm",
						"syncattendanceshiftwise",
						"fetchAttendanceFromAttendanceServer"
					]
				}
			},
			"response": []
		}
	]
}