{
	"info": {
		"_postman_id": "727bae45-07d6-456d-a781-4b95cec4f384",
		"name": "Multiple User Copy",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "33316668"
	},
	"item": [
		{
			"name": "MU",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "punches_data",
							"value": "[{\"biometriccode\":\"test1\",\"logDate\":\"2023-04-03 07:18:24\"},{\"biometriccode\":\"test2\",\"logDate\":\"2023-04-03 08:18:24\"}]",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://yourinstancename.uknowva.com/api.php/hrm/syncattendanceshiftwise/fetchBulkAttendanceFromAttendanceServer",
					"protocol": "http",
					"host": [
						"yourinstancename",
						"uknowva",
						"com"
					],
					"path": [
						"api.php",
						"hrm",
						"syncattendanceshiftwise",
						"fetchBulkAttendanceFromAttendanceServer"
					]
				}
			},
			"response": []
		}
	]
}