{
	"info": {
		"_postman_id": "30532648-0dab-499d-8cc4-45e0b015276e",
		"name": "Caredom 1.0- APR 29",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "32648739"
	},
	"item": [
		{
			"name": "Holiday",
			"item": [
				{
					"name": "Add Holiday Request",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"employeeId\": \"6604e9f8dbc3e484af73a035\",\n  \"carehome\": \"65fec2725f6fcc3aa264bbbf\",\n  \"from_date\": \"2024-06-02T18:29:59.999Z\",\n  \"to_date\": \"2024-06-05T18:29:59.999Z\",\n  \"total_days\": 3,\n  \"hours\": 14,\n  \"type\": \"Paternity\",\n  \"status\": \"pending\",\n  \"remarks\": \"test\",\n  \"reason\": \"Paternity\",\n  \"role\": \"6604e8bfdbc3e484af739efe\",\n  \"department\": \"6604e785dbc3e484af739e51\"\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}payroll/absence/add",
							"host": [
								"{{url}}payroll"
							],
							"path": [
								"absence",
								"add"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Holiday List",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}payroll/absence/list?searchValue=harry&carehome=65fec2725f6fcc3aa264bbbf",
							"host": [
								"{{url}}payroll"
							],
							"path": [
								"absence",
								"list"
							],
							"query": [
								{
									"key": "status",
									"value": "pending",
									"disabled": true
								},
								{
									"key": "searchValue",
									"value": "harry"
								},
								{
									"key": "startDate",
									"value": "2024-06-02T18:29:59.999Z",
									"disabled": true
								},
								{
									"key": "endDate",
									"value": "2024-06-02T18:29:59.999Z",
									"disabled": true
								},
								{
									"key": "carehome",
									"value": "65fec2725f6fcc3aa264bbbf"
								},
								{
									"key": "type",
									"value": "Paternity",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Approved Absence List",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}payroll/absence/roster/list?fromDate=Sat, 01 Jun 2024 06:02:25 GMT&toDate=Mon, 10 Jun 2024 06:02:25 GMT&carehome=65fec2725f6fcc3aa264bbbf",
							"host": [
								"{{url}}payroll"
							],
							"path": [
								"absence",
								"roster",
								"list"
							],
							"query": [
								{
									"key": "fromDate",
									"value": "Sat, 01 Jun 2024 06:02:25 GMT"
								},
								{
									"key": "toDate",
									"value": "Mon, 10 Jun 2024 06:02:25 GMT"
								},
								{
									"key": "carehome",
									"value": "65fec2725f6fcc3aa264bbbf"
								},
								{
									"key": "department",
									"value": "Catering",
									"description": "Optional",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Dropdowns",
			"item": [
				{
					"name": "Get Departments",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:7000/dropdown/departments",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"dropdown",
								"departments"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Shifts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{dev}}dropdown/shifts?carehome=Sunset Care Home",
							"host": [
								"{{dev}}dropdown"
							],
							"path": [
								"shifts"
							],
							"query": [
								{
									"key": "carehome",
									"value": "Sunset Care Home"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Units",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{dev}}dropdown/units?carehome=Golden Acres Senior Living",
							"host": [
								"{{dev}}dropdown"
							],
							"path": [
								"units"
							],
							"query": [
								{
									"key": "carehome",
									"value": "Golden Acres Senior Living"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Rostering",
			"item": [
				{
					"name": "Templates",
					"item": [
						{
							"name": "add shift",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"employeeId\": \"65fec2725f6fcc3aa264bbbf\",\n  \"role\": \"Office Assistant\",\n  \"department\": \"Adminstration\",\n  \"selected_hours\": 11,\n  \"variance\": 11,\n  \"shift\": [\n    {\n      \"day\": \"Monday\",\n      \"shift_id\": \"659fde5e5846855ea940092b\",\n      \"start_time\": \"08:00\",\n      \"end_time\": \"14:00\",\n      \"duration\": 6,\n      \"client\": \"\",\n      \"unit_id\": \"65a4effc4a5e952fdf2600f5\"\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/template/add",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "get shift",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/template/shift/:templateId",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"shift",
										":templateId"
									],
									"variable": [
										{
											"key": "templateId",
											"value": "2985f948-0468-4f74-9f4b-9082d0b05573"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "save new template",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"HR_Template\",\n  \"templateId\": \"42e82000-8572-48b0-b430-b73185777235\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/template/new",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"new"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete template",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/template/:templateId",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										":templateId"
									],
									"variable": [
										{
											"key": "templateId",
											"value": "42e82000-8572-48b0-b430-b73185777235"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "save as existing template",
							"request": {
								"method": "PUT",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/template/:currentTemplateId/:existingTemplateId",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										":currentTemplateId",
										":existingTemplateId"
									],
									"variable": [
										{
											"key": "currentTemplateId",
											"value": null
										},
										{
											"key": "existingTemplateId",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "template list",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/template/list?carehome=65fec2725f6fcc3aa264bbbf",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"list"
									],
									"query": [
										{
											"key": "carehome",
											"value": "65fec2725f6fcc3aa264bbbf"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "edit shift",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"employeeId\": \"6553013951c460ae14d32669\",\n  \"template_id\": \"ac24f9d6-ac19-41f7-b05b-89337445df24\",\n  \"is_saved\": true,\n  \"selected_hours\": 34,\n  \"variance\": 36,\n  \"shift\":\n   [ \n      {\n      \"day\": \"Monday\",\n      \"shift_id\": \"657159e7a812d2dd9088400f\",\n      \"start_time\": \"07:00\",\n      \"end_time\": \"17:00\",\n      \"duration\": 5,\n      \"client\": \"3\",\n      \"unit_id\": \"6572ddc5eef2e3b108acb6c7\"\n      }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/template/editshift",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"editshift"
									]
								}
							},
							"response": []
						},
						{
							"name": "getTemplatesById",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/template/:templateId",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										":templateId"
									],
									"variable": [
										{
											"key": "templateId",
											"value": "ac24f9d6-ac19-41f7-b05b-89337445df24"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "update shift",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"employeeId\": \"65c9e3a380a5c6d63e7ee9df\",\n  \"role\": \"Office Assistant\",\n  \"department\": \"Adminstration\",\n\"template_id\": \"2985f948-0468-4f74-9f4b-9082d0b05573\",\n  \"is_saved\": true,\n  \"selected_hours\": 14,\n  \"variance\": 300,\n  \"shift\":\n      {\n      \"day\": \"Tuesday\",\n      \"start_time\": \"2024-01-11T01:00:00.000Z\",\n      \"end_time\": \"2024-01-11T07:00:00.000Z\",\n      \"duration\": 151,\n      \"shift_id\": \"65a21e18bdc26381a752250e\",\n      \"client\": \"8\",\n      \"unit_id\": \"6572f020f533bafa3ec54e69\"\n      }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/template/update",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "duplicate Template",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"Lorem Ipsum\",\n  \"templateId\": \"46981c01-0e03-49c5-8873-c8653224610c\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/template/copy",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"template",
										"copy"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Roster",
					"item": [
						{
							"name": "Get Roster Data by Template",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/payroll/roster/add/f1f22fe4-75e7-409f-a8c6-557956f18bd4?fromDate=2024-06-03&toDate=2024-06-09&department=&unit=",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"payroll",
										"roster",
										"add",
										"f1f22fe4-75e7-409f-a8c6-557956f18bd4"
									],
									"query": [
										{
											"key": "fromDate",
											"value": "2024-06-03"
										},
										{
											"key": "toDate",
											"value": "2024-06-09"
										},
										{
											"key": "department",
											"value": ""
										},
										{
											"key": "unit",
											"value": ""
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "create Roster",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/create/f1f22fe4-75e7-409f-a8c6-557956f18bd4?fromDate=2024-06-03&toDate=2024-06-09",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"create",
										"f1f22fe4-75e7-409f-a8c6-557956f18bd4"
									],
									"query": [
										{
											"key": "fromDate",
											"value": "2024-06-03"
										},
										{
											"key": "toDate",
											"value": "2024-06-09"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Roster",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"employeeId\": \"65560c69b1bc29df188131c1\",\n  \"shift\":\n   [\n      {\n      \"date\": \"2024-12-19T18:40:10.000Z\",\n      \"day\": \"Monday\",\n      \"shift_id\": \"65a21e18bdc26381a7522510\",\n      \"start_time\": \"2024-12-21T18:30:00.000Z\",\n      \"end_time\": \"2024-12-26T18:30:00.000Z\",\n      \"duration\": \"6\",\n      \"client\": \"hellosecondggeeeeeeeeeee\"\n      },\n      {\n      \"date\": \"2024-12-17T18:30:00.000Z\",\n      \"day\": \"Sunday\",\n      \"shift_id\": \"65a21e18bdc26381a752250c\",\n      \"start_time\": \"\",\n      \"end_time\": \"\",\n      \"duration\": \"\",\n      \"client\": \"\"\n      }\n    ]\n}\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://dev-caredom.stplc.info/api/payroll/roster/update",
									"protocol": "https",
									"host": [
										"dev-caredom",
										"stplc",
										"info"
									],
									"path": [
										"api",
										"payroll",
										"roster",
										"update"
									],
									"query": [
										{
											"key": "",
											"value": "",
											"disabled": true
										},
										{
											"key": "date",
											"value": "2024-12-19T18:30:00.000Z",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "get roster by employeeId",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/:employeeId/:templateId?fromDate=2024-06-03&toDate=2024-06-09&role=660535873fa68922c0fdd911",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										":employeeId",
										":templateId"
									],
									"query": [
										{
											"key": "fromDate",
											"value": "2024-06-03"
										},
										{
											"key": "toDate",
											"value": "2024-06-09"
										},
										{
											"key": "role",
											"value": "660535873fa68922c0fdd911"
										}
									],
									"variable": [
										{
											"key": "employeeId",
											"value": "660535ad3fa68922c0fdd950"
										},
										{
											"key": "templateId",
											"value": "d3475a92-1b4e-4336-b7a1-5389bc0f1171"
										}
									]
								}
							},
							"response": [
								{
									"name": "get roster by employeeId",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{url}}payroll/roster/add/:employeeId?fromDate=2023-12-15T18:30:00.000Z&toDate=2023-12-21T18:30:00.000Z",
											"host": [
												"{{url}}payroll"
											],
											"path": [
												"roster",
												"add",
												":employeeId"
											],
											"query": [
												{
													"key": "fromDate",
													"value": "2023-12-15T18:30:00.000Z"
												},
												{
													"key": "toDate",
													"value": "2023-12-21T18:30:00.000Z"
												}
											],
											"variable": [
												{
													"key": "employeeId",
													"value": "6553013951c460ae14d32669"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "Text",
									"header": [],
									"cookie": [],
									"body": "{\n  \"employeeId\": \"6553013951c460ae14d32669\",\n  \"shift\":\n   [ \n      {\n      \"date\": \"\",\n      \"day\": \"\",\n      \"shift_id\": \"657159e7a812d2dd9088400f\",\n      \"start_time\": \"\",\n      \"end_time\": \"\",\n      \"duration\": 5,\n      \"client\": \"\"\n      },\n      {\n      \"date\": \"\",\n      \"day\": \"\",\n      \"shift_id\": \"657159e7a812d2dd9088400f\",\n      \"start_time\": \"\",\n      \"end_time\": \"\",\n      \"duration\": 5,\n      \"client\": \"\"\n      }\n    ]\n}"
								}
							]
						},
						{
							"name": "Get All Roster Calender",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/calendar?fromDate=2024-06-10&toDate=2024-06-16&carehome=65fec2725f6fcc3aa264bbbf&department=",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"calendar"
									],
									"query": [
										{
											"key": "fromDate",
											"value": "2024-06-10"
										},
										{
											"key": "toDate",
											"value": "2024-06-16"
										},
										{
											"key": "carehome",
											"value": "65fec2725f6fcc3aa264bbbf"
										},
										{
											"key": "department",
											"value": ""
										},
										{
											"key": "unit",
											"value": "6603934fd83005bfe29433e1",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "edit shift",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employeeId\": \"65560c69b1bc29df188131c1\",\n    \"shift\": {\n      \"shift_id\": \"657159e7a812d2dd9088400f\",\n      \"start_time\": \"2024-01-09T19:30:00.000Z\",\n      \"end_time\": \"2024-01-10T06:30:00.000Z\",\n      \"duration\": 1111,\n      \"client\": \"87\",\n      \"unit_id\": \"6572ddc5eef2e3b108acb6c7\"\n      },\n      \"day\": \"Monday\",\n      \"varriance\": 3\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/calendar/edit?date=2024-12-19T18:30:00.000Z",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"calendar",
										"edit"
									],
									"query": [
										{
											"key": "date",
											"value": "2024-12-19T18:30:00.000Z"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "delete shift",
							"request": {
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"employeeId\": \"6553013951c460ae14d32669\",\n  \"shift\":\n   [ \n      {\n      \"date\": \"\",\n      \"day\": \"\",\n      \"shift_id\": \"657159e7a812d2dd9088400f\",\n      \"start_time\": \"\",\n      \"end_time\": \"\",\n      \"duration\": 5,\n      \"client\": \"\"\n      },\n      {\n      \"date\": \"\",\n      \"day\": \"\",\n      \"shift_id\": \"657159e7a812d2dd9088400f\",\n      \"start_time\": \"\",\n      \"end_time\": \"\",\n      \"duration\": 5,\n      \"client\": \"\"\n      }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/calendar/delete?employeeId=6557355eb1bc29df18813a0c&shift_id=65a21e18bdc26381a752250c&date=2024-01-09T18:30:00.000Z",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"calendar",
										"delete"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "6557355eb1bc29df18813a0c"
										},
										{
											"key": "shift_id",
											"value": "65a21e18bdc26381a752250c"
										},
										{
											"key": "date",
											"value": "2024-01-09T18:30:00.000Z"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "employee list",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/employee",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"employee"
									],
									"query": [
										{
											"key": "department",
											"value": "Clinical Services",
											"disabled": true
										},
										{
											"key": "carehome",
											"value": "Golden Acres Senior Living",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Confirm All Rosters",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/confirm/all/?fromDate=2024-06-03&toDate=2024-06-09&templateId=f1f22fe4-75e7-409f-a8c6-557956f18bd4",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"confirm",
										"all",
										""
									],
									"query": [
										{
											"key": "fromDate",
											"value": "2024-06-03"
										},
										{
											"key": "toDate",
											"value": "2024-06-09"
										},
										{
											"key": "templateId",
											"value": "f1f22fe4-75e7-409f-a8c6-557956f18bd4"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Confirm Roster",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n\"shifts\": [       \n                \"65e69897b4a158a6a4918d00\",\n                \"65e69897b4a158a6a4918d0d\",\n                \"65e69897b4a158a6a4918d07\",\n                \"65e69897b4a158a6a4918d09\",\n                \"65e69897b4a158a6a4918d0b\",\n                \"65e69897b4a158a6a4918d03\",\n                \"65e69897b4a158a6a4918d05\"\n]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/confirm",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"confirm"
									]
								}
							},
							"response": []
						},
						{
							"name": "update employee on roster calender",
							"request": {
								"method": "PUT",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/calender/shift/update?currDate=2024-12-16T18:30:00.000Z&pastEmpId=656481f80b5cb91d31ddf5cd&currEmpId=656743ecd6489b4a7498c257&shiftId=65a25a7a9d7ea4ccc0d6b766",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"calender",
										"shift",
										"update"
									],
									"query": [
										{
											"key": "currDate",
											"value": "2024-12-16T18:30:00.000Z"
										},
										{
											"key": "pastEmpId",
											"value": "656481f80b5cb91d31ddf5cd"
										},
										{
											"key": "currEmpId",
											"value": "656743ecd6489b4a7498c257"
										},
										{
											"key": "shiftId",
											"value": "65a25a7a9d7ea4ccc0d6b766"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Shifts By EmployeeId",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employeeId\": \"660535ad3fa68922c0fdd950\",\n    \"role\": \"660535873fa68922c0fdd911\",\n    \"date\": \"2024-06-03\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}payroll/roster/shift/employee",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"shift",
										"employee"
									]
								}
							},
							"response": [
								{
									"name": "Get Shifts By EmployeeId",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"660535ad3fa68922c0fdd950\",\n    \"role\": \"660535873fa68922c0fdd911\",\n    \"date\": \"2024-06-03\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{url}}payroll/roster/shift/employee",
											"host": [
												"{{url}}payroll"
											],
											"path": [
												"roster",
												"shift",
												"employee"
											]
										}
									},
									"_postman_previewlanguage": null,
									"header": null,
									"cookie": [],
									"body": "{\n    \"success\": true,\n    \"message\": \"Roster Data of Employee Fetched\",\n    \"data\": [\n        {\n            \"clock_time\": {\n                \"in_date\": null,\n                \"out_date\": null\n            },\n            \"_id\": \"66260a41ea49a3d2b4280054\",\n            \"employeeId\": \"660535ad3fa68922c0fdd950\",\n            \"role\": \"660535873fa68922c0fdd911\",\n            \"department\": \"6605357d3fa68922c0fdd8ff\",\n            \"shift\": [\n                {\n                    \"shift_id\": \"6623f7bccb5a5324f8762d0f\",\n                    \"start_time\": \"2024-04-07T19:30:00.000Z\",\n                    \"end_time\": \"2024-04-07T21:30:00.000Z\",\n                    \"duration\": 2,\n                    \"client\": \"\",\n                    \"unit_id\": \"6603934fd83005bfe29433e1\",\n                    \"is_active\": true,\n                    \"_id\": \"66260a41ea49a3d2b4280055\"\n                }\n            ],\n            \"date\": \"2024-06-03T00:00:00.000Z\",\n            \"day\": \"Monday\",\n            \"variance\": 3,\n            \"is_absent\": false,\n            \"absence_type\": \"\",\n            \"is_saved\": true,\n            \"carehome\": \"65fec2725f6fcc3aa264bbbf\",\n            \"createdAt\": \"2024-04-22T06:57:05.226Z\",\n            \"updatedAt\": \"2024-04-22T08:45:26.206Z\",\n            \"__v\": 0\n        }\n    ]\n}"
								}
							]
						}
					]
				},
				{
					"name": "Shift Management",
					"item": [
						{
							"name": "Add Request",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employee_Id\":\"6614b4f8dcfebc000fb47897\",\n    \"shift_id\":\"65e1ac4139a6b25c7fcf0d1a\",\n    \"applied_on\":\"2024-04-25T01:10:11.885+00:00\",\n    \"applied_for\":\"2024-04-26T10:20:11.885+00:00\",\n    \"client\":\"660e282514e323c59167fc77\",\n    \"role\": \"660b906ff7480c3796e9b44a\",\n    \"unit_id\": \"660e71c7b20d7a6bd8731918\",\n    \"department\": \"660bc6e6cb3410c5fde937c5\",\n    \"careHome\":\"660a495269fabd498abea333\",\n    \"is_active\":true\n}"
								},
								"url": {
									"raw": "https://dev-caredom.stplc.info/api/payroll/roster/shift-request/add",
									"protocol": "https",
									"host": [
										"dev-caredom",
										"stplc",
										"info"
									],
									"path": [
										"api",
										"payroll",
										"roster",
										"shift-request",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Requests",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/roster/shift-request/list?page=1&pageSize=5&carehome=65fec2725f6fcc3aa264bbbf",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"shift-request",
										"list"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "pageSize",
											"value": "5"
										},
										{
											"key": "carehome",
											"value": "65fec2725f6fcc3aa264bbbf"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Action API",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65a654d568a092c3f108609f\",\n    \"action\":\"accepted\"\n}"
								},
								"url": {
									"raw": "{{url}}payroll/roster/shift-request/action",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"roster",
										"shift-request",
										"action"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Reports",
			"item": [
				{
					"name": "report",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}payroll/absence/report",
							"host": [
								"{{url}}payroll"
							],
							"path": [
								"absence",
								"report"
							]
						}
					},
					"response": [
						{
							"name": "report",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}payroll/absence/report",
									"host": [
										"{{url}}payroll"
									],
									"path": [
										"absence",
										"report"
									]
								}
							},
							"_postman_previewlanguage": "Text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "New Request",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}excel/generalExcel?is_employee=true",
							"host": [
								"{{url}}excel"
							],
							"path": [
								"generalExcel"
							],
							"query": [
								{
									"key": "is_employee",
									"value": "true"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Alerts",
			"item": [
				{
					"name": "info",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}alerts/info?type=7&isReviewed=false&carehome=660a495269fabd498abea333",
							"host": [
								"{{url}}alerts"
							],
							"path": [
								"info"
							],
							"query": [
								{
									"key": "type",
									"value": "7"
								},
								{
									"key": "isReviewed",
									"value": "false"
								},
								{
									"key": "carehome",
									"value": "660a495269fabd498abea333",
									"description": "Sunnydale Assisted Living , Golden Acres Senior Living"
								}
							]
						},
						"description": "API to get the alert info when a specific alert is clicked."
					},
					"response": []
				},
				{
					"name": "Get All Alerts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}alerts?isReviewed=true&carehome=Sunset Care Home",
							"host": [
								"{{url}}alerts"
							],
							"query": [
								{
									"key": "isReviewed",
									"value": "true"
								},
								{
									"key": "carehome",
									"value": "Sunset Care Home"
								}
							]
						},
						"description": "API to get all the alerts list reviewed & outstanding wise"
					},
					"response": [
						{
							"name": "Get All Alerts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}alerts?isReviewed=false&carehome=Golden Acres Senior Living",
									"host": [
										"{{url}}alerts"
									],
									"query": [
										{
											"key": "isReviewed",
											"value": "false"
										},
										{
											"key": "carehome",
											"value": "Golden Acres Senior Living"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "Text",
							"header": [],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Alerts Listed Successfully\",\n    \"data\": {\n        \"alerts\": [\n            {\n                \"_id\": \"65b224e20aa407b60f92ccdc\",\n                \"type\": 1,\n                \"is_reviewed\": false,\n                \"is_read\": false,\n                \"date\": \"2024-01-25T07:00:00.000Z\",\n                \"carehome\": \"Golden Acres Senior Living\",\n                \"createdAt\": \"2024-01-25T09:07:46.128Z\",\n                \"updatedAt\": \"2024-01-25T09:07:46.128Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"65b224e20aa407b60f92ccde\",\n                \"type\": 3,\n                \"is_reviewed\": false,\n                \"is_read\": true,\n                \"date\": \"2024-01-25T07:00:00.000Z\",\n                \"carehome\": \"Golden Acres Senior Living\",\n                \"createdAt\": \"2024-01-25T09:07:46.128Z\",\n                \"updatedAt\": \"2024-01-25T09:07:46.128Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"65b224e20aa407b60f92cce0\",\n                \"type\": 5,\n                \"is_reviewed\": false,\n                \"is_read\": true,\n                \"date\": \"2024-01-24T07:00:00.000Z\",\n                \"carehome\": \"Golden Acres Senior Living\",\n                \"createdAt\": \"2024-01-25T09:07:46.128Z\",\n                \"updatedAt\": \"2024-01-25T09:07:46.128Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"65b224e20aa407b60f92cce2\",\n                \"type\": 3,\n                \"is_reviewed\": false,\n                \"is_read\": false,\n                \"date\": \"2024-01-23T07:00:00.000Z\",\n                \"carehome\": \"Golden Acres Senior Living\",\n                \"createdAt\": \"2024-01-25T09:07:46.128Z\",\n                \"updatedAt\": \"2024-01-25T09:07:46.128Z\",\n                \"__v\": 0\n            }\n        ],\n        \"types\": {\n            \"probation_review\": 1,\n            \"vaccination_records\": 2,\n            \"work_anniversary\": 3,\n            \"dbs_records\": 4,\n            \"training_records\": 5,\n            \"nmc\": 6\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Unread Count",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}alerts/count?carehome=Sunset Care Home",
							"host": [
								"{{url}}alerts"
							],
							"path": [
								"count"
							],
							"query": [
								{
									"key": "carehome",
									"value": "Sunset Care Home"
								}
							]
						}
					},
					"response": [
						{
							"name": "Get Unread Count",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}alerts/count?carehome=Sunset Care Home",
									"host": [
										"{{url}}alerts"
									],
									"path": [
										"count"
									],
									"query": [
										{
											"key": "carehome",
											"value": "Sunset Care Home"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "Text",
							"header": [],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Alert Count fetched Successfully\",\n    \"data\": {\n        \"count\": 5,\n        \"types\": {\n            \"probation_review\": 1,\n            \"vaccination_records\": 2,\n            \"work_anniversary\": 3,\n            \"dbs_records\": 4,\n            \"training_records\": 5,\n            \"nmc\": 6\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "collectExpData (cronj trigger)) Copy",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}collectExpireddocs",
							"host": [
								"{{url}}collectExpireddocs"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Read/Unread Status",
					"request": {
						"method": "PATCH",
						"header": [],
						"url": {
							"raw": "{{url}}alerts/status?type=4&carehome=Golden Acres Senior Living",
							"host": [
								"{{url}}alerts"
							],
							"path": [
								"status"
							],
							"query": [
								{
									"key": "type",
									"value": "4"
								},
								{
									"key": "carehome",
									"value": "Golden Acres Senior Living"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Review",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"alertId\": \"65b4e54cbcc1691f01052b72\",\n  \"remarks\": \"Test\",\n  \"date\": \"2024-01-31T18:40:10.000Z\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}alerts/review",
							"host": [
								"{{url}}alerts"
							],
							"path": [
								"review"
							]
						}
					},
					"response": []
				}
			],
			"description": "Alert Type Keys\n\n- probation_review: 1,\n- vaccination_records: 2,\n- work_anniversary: 3,\n- dbs_records: 4,\n- training_records: 5,\n- nmc: 6"
		},
		{
			"name": "Ta",
			"item": [
				{
					"name": "Client Details",
					"item": [
						{
							"name": "Create client",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"title\": \"Tester\",\n  \"fore_name\": \"Ramu\",\n  \"care_home\": \"Meadowside Nursing Home\",\n  \"sur_name\": \"Joscco\",\n  \"address\": \"12345 Main St\",\n  \"post_code\": \"ABC123\",\n  \"contact_number_1\": \"987-654-3210\",\n  \"contact_number_2\": \"123-456-7890\",\n  \"nhs_patient_ID\": \"P123456\",\n  \"date_of_birth\": \"1980-01-15\",\n  \"nhs_number\": \"N987654321\",\n  \"purchase_order_number\": 123456\n}\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://stage-caredom.stplc.info/api/clientDetails/add",
									"protocol": "https",
									"host": [
										"stage-caredom",
										"stplc",
										"info"
									],
									"path": [
										"api",
										"clientDetails",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Client",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65b2578b1c34ae4a85f9cbd5\",\n    \"data\":{\n    \"status\":\"Hospitalized\",\n    \"admission_details\": [\n      {\n        \"expected_admission\": \"2024-02-01\",\n        \"care_category\": \"Elderly Care\",\n        \"type_of_stay\": \"Respite\",\n        \"funding\": \"Private\",\n        \"care_required\": \"24/7\",\n        \"weekly_fee\": \"$1000\"\n      }\n    ],\n        \"next_on_kin\": [\n      {\n        \"full_name\": \"sasi\",\n        \"address\": \"Elderly Care\",\n        \"post_code\": \"784152\",\n        \"email\": \"Personal\",\n        \"fax\": \"24/7\",\n        \"phone\": \"1000\",\n        \"relationship\": \"son\",\n        \"app_access\": \"true\"\n      }\n    ]\n    }\n\n}\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://stage-caredom.stplc.info/api/clientDetails/update",
									"protocol": "https",
									"host": [
										"stage-caredom",
										"stplc",
										"info"
									],
									"path": [
										"api",
										"clientDetails",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Client",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/clientDetails/list?page=1&pageSize=5&status=current&admissionType=Respite",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"clientDetails",
										"list"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "pageSize",
											"value": "5"
										},
										{
											"key": "status",
											"value": "current"
										},
										{
											"key": "admissionType",
											"value": "Respite"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "List Client By Id",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/clientDetails/listById?id=65a7c1a65a5ce21d06c62a41",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"clientDetails",
										"listById"
									],
									"query": [
										{
											"key": "id",
											"value": "65a7c1a65a5ce21d06c62a41"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "clock in",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"employeeId\": \"662425de51019921fdc4403d\",\n    \"carehome\": \"662422c551019921fdc4391e\",\n    \"department\": \"65fc47d1182f977387ee08fa\",\n    \"role\": \"6619162ff54b9eb8cded62f3\",\n    \"shift_id\": \"659fde5e5846855ea940092b\",\n    \"status\": {\n        \"in\": \"late\"\n    },\n    \"type\": \"TEM\",\n    \"roster\": {\n        \"in_date\": \"2024-04-21T11:00:00.000Z\",\n        \"out_date\": \"2024-04-21T14:00:00.000Z\",\n        \"in_time\": \"07:00\",\n        \"out_time\": \"13:00\"\n    },\n    \"actual\": {\n        \"in_date\": \"2024-04-21T11:30:00.000\",\n        \"in_time\": \"07:30\"\n    },\n    \"reason\": {\n        \"in\": \"manager request\"\n    },\n    \"is_clocked_in\": true,\n    \"is_confirmed\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{stage}}payroll/ta/add",
							"host": [
								"{{stage}}payroll"
							],
							"path": [
								"ta",
								"add"
							]
						}
					},
					"response": []
				},
				{
					"name": "clock out",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"employeeId\": \"662425de51019921fdc4403d\",\n    \"carehome\": \"662422c551019921fdc4391e\",\n    \"department\": \"65fc47d1182f977387ee08fa\",\n    \"role\": \"6619162ff54b9eb8cded62f3\",\n    \"shift_id\": \"659fde5e5846855ea940092b\",\n    \"status\": {\n        \"out\": \"early\"\n    },\n    \"roster\": {\n        \"out_date\": \"2024-04-21T14:00:00.000Z\",\n        \"out_time\": \"13:00\"\n    },\n    \"actual\": {\n        \"out_date\": \"2024-04-21T13:20:00.258Z\",\n        \"out_time\": \"13:00\"\n    },\n    \"reason\": {\n        \"out\": \"patient sick\"\n    },\n    \"is_clocked_in\": false,\n    \"is_confirmed\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{stage}}payroll/ta/add",
							"host": [
								"{{stage}}payroll"
							],
							"path": [
								"ta",
								"add"
							]
						}
					},
					"response": []
				},
				{
					"name": "confirm ta",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"employeeId\": \"65e005fa03b098872d8447d9\",\n    \"carehome\": \"Golden Acres Senior Living\",\n    \"confirmed\": {\n        \"in_date\": \"2023-07-04\",\n        \"out_date\": \"2023-07-02\",\n        \"in_time\": \"04:30\",\n        \"out_time\": \"17:25\"\n    },\n    \"is_clocked_in\": false,\n    \"is_confirmed\": true,\n    \"total_work_hrs\": \"12:09\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}payroll/ta/add",
							"host": [
								"{{url}}payroll"
							],
							"path": [
								"ta",
								"add"
							]
						}
					},
					"response": []
				},
				{
					"name": "add hours",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"employeeId\": \"6576cf55469c3a8baa2ed801\",\n    \"department\": \"Laundary\",\n    \"role\": \"Laundary Assistant\",\n    \"empcarehomeid\": \"GASL00007\",\n    \"employeeName\": \"John Doe\",\n    \"carehome\": \"Meadowside Nursing Home\",\n    \"actual\": {\n        \"in_date\": \"2023-12-31T00:00:00.000Z\",\n        \"out_date\": \"2024-01-02T16:29:03.135Z\"\n    },\n    \"confirmed\": {\n        \"in_date\": \"2023-12-31T00:00:00.000Z\",\n        \"out_date\": \"2023-12-31T00:00:00.000Z\"\n    },\n    \"comments\": \"good job\",\n    \"is_confirmed\": true,\n    \"is_clocked_in\": true,\n    \"total_work_hrs\": \"08:40\"\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}api/payroll/ta/add-hours",
							"host": [
								"{{url}}api"
							],
							"path": [
								"payroll",
								"ta",
								"add-hours"
							]
						}
					},
					"response": []
				},
				{
					"name": "search ta",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{stage}}payroll/ta/list?createdAt=2024-04-12T02:13:39.000Z&carehome=66190108f017dadd107acd2d&is_confirmed=false",
							"host": [
								"{{stage}}payroll"
							],
							"path": [
								"ta",
								"list"
							],
							"query": [
								{
									"key": "search",
									"value": "sun",
									"description": "search term",
									"disabled": true
								},
								{
									"key": "createdAt",
									"value": "2024-04-12T02:13:39.000Z"
								},
								{
									"key": "carehome",
									"value": "66190108f017dadd107acd2d",
									"description": "carehome name"
								},
								{
									"key": "is_confirmed",
									"value": "false"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "delete ta",
					"request": {
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{stage}}payroll/ta/list/66196257e1102a4c41d1b273",
							"host": [
								"{{stage}}payroll"
							],
							"path": [
								"ta",
								"list",
								"66196257e1102a4c41d1b273"
							]
						}
					},
					"response": []
				}
			],
			"description": "apis related to time and attendance management"
		},
		{
			"name": "Client",
			"item": [
				{
					"name": "Create client",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"title\": \"Tester\",\n  \"fore_name\": \"Ramu\",\n  \"care_home\": \"Meadowside Nursing Home\",\n  \"sur_name\": \"Joscco\",\n  \"address\": \"12345 Main St\",\n  \"post_code\": \"ABC123\",\n  \"contact_number_1\": \"987-654-3210\",\n  \"contact_number_2\": \"123-456-7890\",\n  \"nhs_patient_ID\": \"P123456\",\n  \"date_of_birth\": \"1980-01-15\",\n  \"nhs_number\": \"N987654321\",\n  \"purchase_order_number\": 123456\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://stage-caredom.stplc.info/api/clientDetails/add",
							"protocol": "https",
							"host": [
								"stage-caredom",
								"stplc",
								"info"
							],
							"path": [
								"api",
								"clientDetails",
								"add"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Client",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\":\"660bc206def29a9708788396\",\n    \"data\":{\n    \"status\":\"Hospitalized\",\n    \"admission_details\": [\n      {\n        \"room_number\": \"65d58cf480ffe9fa17e247ea\",\n        \"type_of_stay\": \"Respite\",\n        \"care_required\": \"24/7\",\n        \"weekly_fee\": \"$1000\"\n      }\n    ],\n        \"next_on_kin\": [\n      {\n        \"full_name\": \"sasi\",\n        \"address\": \"Elderly Care\",\n        \"post_code\": \"784152\",\n        \"email\": \"Personal\",\n        \"fax\": \"24/7\",\n        \"phone\": \"1000\",\n        \"relationship\": \"son\",\n        \"app_access\": \"true\"\n      }\n    ]\n    }\n\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:7000/clientDetails/update",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"clientDetails",
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Client",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:7000/clientDetails/list?page=1&pageSize=5&status=current&admissionType=Respite",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"clientDetails",
								"list"
							],
							"query": [
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "pageSize",
									"value": "5"
								},
								{
									"key": "status",
									"value": "current"
								},
								{
									"key": "admissionType",
									"value": "Respite"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "List Client By Id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:7000/clientDetails/listById?id=65a7c1a65a5ce21d06c62a41",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"clientDetails",
								"listById"
							],
							"query": [
								{
									"key": "id",
									"value": "65a7c1a65a5ce21d06c62a41"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Candidates",
			"item": [
				{
					"name": "create candidate",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"employeeId\": \"\",\n  \"first_name\": \"ruby\",\n  \"last_name\": \"w\",\n  \"date_of_birth\": \"1990-01-15\",\n  \"role\": \"Nurse\",\n  \"email\": \"ruby@example.com\",\n  \"phone_number\": 1234567890,\n  \"address\": \"123 Main St\",\n  \"town\": \"Anytown\",\n  \"zip_code\": \"12345\",\n  \"country\": \"United States\",\n  \"country_of_birth\": \"United States\",\n  \"ni_number\": 987654321,\n  \"gender\": \"Male\",\n  \"ethinc_origin\": \"Caucasian\",\n  \"religion\": \"Christian\",\n  \"disability\": \"None\",\n  \"martial_status\": \"Single\",\n  \"nationality\": \"US Citizen\",\n  \"dependency\": \"None\",\n  \"emergency_contact\": [\n    {\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Smith\",\n      \"mobile1\": 9876543210,\n      \"mobile2\": 1234567890,\n      \"relationship\": \"Spouse\",\n      \"address\": \"123 Emergency St\",\n      \"town\": \"Emergency Town\",\n      \"zip_code\": 54321,\n      \"country\": \"United States\"\n    }\n  ],\n  \"department\": \"Nursing\",\n  \"start_date\": \"2023-01-01\",\n  \"weekly_hours\": 40,\n  \"hourly_rate\": 20,\n  \"employee_type\": \"Full-time\",\n  \"contract\": \"Permanent\",\n  \"work_arrangement\": \"On-site\",\n  \"break_rule\": \"None\",\n  \"full_year\": 0,\n  \"this_year\": 0,\n  \"pova_status\": \"Pending\",\n  \"nmc_pin\": 123456,\n  \"expiry_date\": \"2024-12-31\",\n  \"account_number\": \"12345678\",\n  \"account_name\": \"John Doe\",\n  \"sort_code\": 123456,\n  \"bank_name\": \"Example Bank\",\n  \"branch_name\": \"Main Branch\",\n  \"building_society_rollno\": 87654321,\n  \"declaration_of_tax\": \"Complete\",\n  \"student_loan_deduction\": \"Not Applicable\",\n  \"p45\": \"Received\",\n  \"p60\": \"Not Available\",\n  \"dbs_records\": [\n    {\n      \"number\": 123,\n      \"disclosure_date\": \"2023-01-05\"\n    }\n  ],\n  \"vaccination_records\": [\n    {\n      \"vaccination_id\": 1,\n      \"date_taken\": \"2022-05-10\",\n      \"expiry_date\": \"2023-05-10\"\n    }\n  ],\n  \"training_records\": [\n    {\n      \"certificate\": \"First Aid\",\n      \"completed_date\": \"2022-08-15\",\n      \"training_expiry_date\": \"2023-08-15\"\n    }\n  ],\n  \"supervision_records\": [\n    {\n      \"metrics\": 4,\n      \"rating\": 5,\n      \"remarks\": \"Excellent performance\"\n    }\n  ],\n  \"probation_review\": [\n    {\n      \"probation_metrics\": 3,\n      \"probation_rating\": 4,\n      \"probation_remarks\": \"Meeting expectations\"\n    }\n  ],\n  \"grievance_record\": [\n    {\n      \"incident\": \"Complaint\",\n      \"remarks\": \"Resolved\",\n      \"action\": \"None\"\n    }\n  ],\n  \"group\": \"Nursing Staff\",\n  \"total_hours\": 0,\n  \"userId\": 12345,\n  \"log_in_time\": \"08:00 AM\",\n  \"log_out_time\": \"04:00 PM\",\n  \"status\": \"Active\",\n  \"remarks\": \"No remarks\",\n  \"shift\": \"Day Shift\",\n  \"unit\": \"Unit A\",\n  \"end_date\": \"2023-12-31\",\n  \"is_employee\": \"Current\",\n  \"carehome\": \"CareHome2\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:3000/employee/new",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"employee",
								"new"
							]
						}
					},
					"response": []
				},
				{
					"name": "candidate list",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:7000/candidate/list?startDate=2023-11-14&endDate=2023-11-16",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"candidate",
								"list"
							],
							"query": [
								{
									"key": "startDate",
									"value": "2023-11-14"
								},
								{
									"key": "endDate",
									"value": "2023-11-16"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "get candidates",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/employee/CD0003AL",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"employee",
								"CD0003AL"
							]
						}
					},
					"response": []
				},
				{
					"name": "get Count",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:3000/employee/CD0003AL",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"employee",
								"CD0003AL"
							]
						}
					},
					"response": []
				},
				{
					"name": "update candidate",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\"id\":\"65549a2a70119caee70b28df\",\n      \"status\":\"rejected\",\n      \"interviewer\":null,\n      \"role\": \"Chaps\",\n      \"remarks\":\"Efficient\"\n      }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:7000/candidate/update",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"candidate",
								"update"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Employees",
			"item": [
				{
					"name": "create employee",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"carehome\": \"65fec2725f6fcc3aa264bbc0\",\n    \"title\": \"Mr\",\n    \"first_name\": \"John\",\n    \"middle_name\": \"T\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john@yopmail.com\",\n    \"phone_number\": \"123123234334\",\n    \"address\": \"Address\",\n    \"town\": \"Trivandrum\",\n    \"zip_code\": \"695042\",\n    \"country\": \"Argentina\",\n    \"country_of_birth\": \"\",\n    \"date_of_birth\": null,\n    \"ni_number\": \"\",\n    \"gender\": \"\",\n    \"ethinc_origin\": \"\",\n    \"religion\": \"\",\n    \"disablity\": \"\",\n    \"martial_status\": \"\",\n    \"nationality\": \"\",\n    \"dependency\": \"\",\n    \"emergency_contact\": [\n        {\n            \"title\": \"\",\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile1\": \"\",\n            \"mobile2\": \"\",\n            \"relationship\": \"\",\n            \"address\": \"\",\n            \"town\": \"\",\n            \"zip_code\": \"\",\n            \"country\": \"\"\n        }\n    ],\n    \"employeeId\": \"\",\n    \"department\": null,\n    \"secondary_department\": null,\n    \"start_date\": null,\n    \"weekly_hours\": \"\",\n    \"secondary_weekly_hours\": \"\",\n    \"hourly_rate\": \"\",\n    \"secondary_hourly_rate\": \"\",\n    \"role\": null,\n    \"secondary_role\": null,\n    \"employee_type\": \"\",\n    \"secondary_employee_type\": \"\",\n    \"contract\": \"\",\n    \"secondary_contract\": \"\",\n    \"work_arrangment\": \"\",\n    \"break_rule\": \"\",\n    \"break_hours\": \"\",\n    \"secondary_break_hours\": \"\",\n    \"secondary_break_rule\": \"\",\n    \"full_year\": \"\",\n    \"annual_this_year\": \"\",\n    \"secondary_annual_this_year\": \"\",\n    \"annual_full_year\": \"\",\n    \"secondary_annual_full_year\": \"\",\n    \"this_year\": \"\",\n    \"pova_status\": \"\",\n    \"nmc_pin\": \"\",\n    \"expiry_date\": null,\n    \"account_number\": \"\",\n    \"account_name\": \"\",\n    \"sort_code\": \"\",\n    \"bank_name\": \"\",\n    \"branch_name\": \"\",\n    \"building_society_rollno\": \"\",\n    \"declaration_of_tax\": \"\",\n    \"student_loan_deduction\": \"\",\n    \"p45\": \"\",\n    \"p60\": \"\",\n    \"dbs_records\": [],\n    \"vaccination_records\": [],\n    \"training_records\": [],\n    \"supervision_records\": [],\n    \"probation_start_date\": \"\",\n    \"probation_end_date\": \"\",\n    \"probation_remarks\": \"\",\n    \"grievance_record\": [],\n    \"group\": \"\",\n    \"total_hours\": \"\",\n    \"userId\": \"\",\n    \"log_in_time\": \"\",\n    \"log_out_time\": \"\",\n    \"status\": \"\",\n    \"remarks\": \"\",\n    \"shift\": \"\",\n    \"unit\": \"\",\n    \"end_date\": null,\n    \"is_employee\": true,\n    \"activeStep\": [\n        1\n    ],\n    \"incomplete_pages\": [],\n    \"uniform_detection\": false,\n    \"recrutment_cost\": false,\n    \"training_deduction\": false,\n    \"property_received\": false,\n    \"data_remove\": false,\n    \"NMC_sub\": false,\n    \"last_date\": \"\",\n    \"email_access\": false,\n    \"overpayment_recovery\": false,\n    \"other\": false,\n    \"comments\": \"\",\n    \"app_access\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{dev}}employee/new",
							"host": [
								"{{dev}}employee"
							],
							"path": [
								"new"
							]
						}
					},
					"response": []
				},
				{
					"name": "update emp",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"id\": \"6541d8d12d2d4e5b7c5566a9\",\n  \"first_name\": \"ruby\",\n  \"last_name\": \"w\",\n  \"date_of_birth\": \"1990-01-15\",\n  \"role\": \"Nurse\",\n  \"email\": \"john.doe@example.com\",\n  \"phone_number\": 1234567890,\n  \"address\": \"123 Main St\",\n  \"town\": \"Anytown\",\n  \"zip_code\": \"12345\",\n  \"country\": \"United States\",\n  \"country_of_birth\": \"United States\",\n  \"ni_number\": 987654321,\n  \"gender\": \"Male\",\n  \"ethinc_origin\": \"Caucasian\",\n  \"religion\": \"Christian\",\n  \"disability\": \"None\",\n  \"martial_status\": \"Single\",\n  \"nationality\": \"US Citizen\",\n  \"dependency\": \"None\",\n  \"emergency_contact\": [\n    {\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Smith\",\n      \"mobile1\": 9876543210,\n      \"mobile2\": 1234567890,\n      \"relationship\": \"Spouse\",\n      \"address\": \"123 Emergency St\",\n      \"town\": \"Emergency Town\",\n      \"zip_code\": 54321,\n      \"country\": \"United States\"\n    }\n  ],\n  \"department\": \"Nursing\",\n  \"start_date\": \"2023-01-01\",\n  \"weekly_hours\": 40,\n  \"hourly_rate\": 20,\n  \"employee_type\": \"Full-time\",\n  \"contract\": \"Permanent\",\n  \"work_arrangement\": \"On-site\",\n  \"break_rule\": \"None\",\n  \"full_year\": 0,\n  \"this_year\": 0,\n  \"pova_status\": \"Pending\",\n  \"nmc_pin\": 123456,\n  \"expiry_date\": \"2024-12-31\",\n  \"account_number\": \"12345678\",\n  \"account_name\": \"John Doe\",\n  \"sort_code\": 123456,\n  \"bank_name\": \"Example Bank\",\n  \"branch_name\": \"Main Branch\",\n  \"building_society_rollno\": 87654321,\n  \"declaration_of_tax\": \"Complete\",\n  \"student_loan_deduction\": \"Not Applicable\",\n  \"p45\": \"Received\",\n  \"p60\": \"Not Available\",\n  \"dbs_records\": [\n    {\n      \"number\": 123,\n      \"disclosure_date\": \"2023-01-05\"\n    }\n  ],\n  \"vaccination_records\": [\n    {\n      \"vaccination_id\": 1,\n      \"date_taken\": \"2022-05-10\",\n      \"expiry_date\": \"2023-05-10\"\n    }\n  ],\n  \"training_records\": [\n    {\n      \"certificate\": \"First Aid\",\n      \"completed_date\": \"2022-08-15\",\n      \"training_expiry_date\": \"2023-08-15\"\n    }\n  ],\n  \"supervision_records\": [\n    {\n      \"metrics\": 4,\n      \"rating\": 5,\n      \"remarks\": \"Excellent performance\"\n    }\n  ],\n  \"probation_review\": [\n    {\n      \"probation_metrics\": 3,\n      \"probation_rating\": 4,\n      \"probation_remarks\": \"Meeting expectations\"\n    }\n  ],\n  \"grievance_record\": [\n    {\n      \"incident\": \"Complaint\",\n      \"remarks\": \"Resolved\",\n      \"action\": \"None\"\n    }\n  ],\n  \"group\": \"Nursing Staff\",\n  \"total_hours\": 0,\n  \"userId\": 12345,\n  \"log_in_time\": \"08:00 AM\",\n  \"log_out_time\": \"04:00 PM\",\n  \"status\": \"Active\",\n  \"remarks\": \"No remarks\",\n  \"shift\": \"Day Shift\",\n  \"unit\": \"Unit A\",\n  \"end_date\": \"2023-12-31\",\n  \"is_employee\": \"Current\",\n  \"carehome\": \"CareHome2\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{stage}}employee/update",
							"host": [
								"{{stage}}employee"
							],
							"path": [
								"update"
							]
						}
					},
					"response": []
				},
				{
					"name": "get employee by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}employee/carehome/DAN00100001",
							"host": [
								"{{url}}employee"
							],
							"path": [
								"carehome",
								"DAN00100001"
							]
						}
					},
					"response": []
				},
				{
					"name": "get employee list",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{qa}}employee/list",
							"host": [
								"{{qa}}employee"
							],
							"path": [
								"list"
							]
						}
					},
					"response": []
				},
				{
					"name": "upliftList",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:7000/admin/payrate/get-list",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"admin",
								"payrate",
								"get-list"
							]
						}
					},
					"response": []
				},
				{
					"name": "update",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"newStatus\": \"Approved\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:7000/admin/payrate/update/6620fd35a0b51a653dfd61c5",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"admin",
								"payrate",
								"update",
								"6620fd35a0b51a653dfd61c5"
							]
						}
					},
					"response": []
				},
				{
					"name": "get employee by id Copy",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://localhost:7000/employee/DAN00100001",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "7000",
							"path": [
								"employee",
								"DAN00100001"
							]
						}
					},
					"response": []
				},
				{
					"name": "file upload",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "file",
									"type": "file",
									"src": "/home/oem/Downloads/image (1).png"
								},
								{
									"key": "type",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{dev}}employee/upload",
							"host": [
								"{{dev}}employee"
							],
							"path": [
								"upload"
							]
						}
					},
					"response": []
				},
				{
					"name": "get employee by carehome",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}employee?carehome=660a495269fabd498abea333",
							"host": [
								"{{url}}employee"
							],
							"query": [
								{
									"key": "carehome",
									"value": "660a495269fabd498abea333"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Mobile App",
			"item": [
				{
					"name": "Rota",
					"item": [
						{
							"name": "RotaFilter",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}/getFilteredRotalist?employeeID=1&month=12&year=2023",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getFilteredRotalist"
									],
									"query": [
										{
											"key": "employeeID",
											"value": "1"
										},
										{
											"key": "month",
											"value": "12"
										},
										{
											"key": "year",
											"value": "2023"
										}
									]
								}
							},
							"response": [
								{
									"name": "january",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{base_url}}/getFilteredRotalist?employeeId=1&date=2024-01",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"getFilteredRotalist"
											],
											"query": [
												{
													"key": "employeeId",
													"value": "1"
												},
												{
													"key": "date",
													"value": "2024-01"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": true,\n    \"message\": \"Shift Details Listed\",\n    \"data\": [\n    {\n      \"week_name\": \"WEEK 1\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/01/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"120\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Tuesday\",\n          \"date\": \"11/01/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"121\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Wednesday\",\n          \"date\": \"12/01/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"122\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Thursday\",\n          \"date\": \"13/01/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"123\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Friday\",\n          \"date\": \"14/01/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"124\",\n          \"delete_status\": true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 2\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"125\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Tuesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"126\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Wednesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"127\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Thursday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"128\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Friday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"129\",\n          \"delete_status\": true\n        }\n      ]\n    }\n  ]\n}\n"
								},
								{
									"name": "may",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"url": {
											"raw": "{{base_url}}/getFilteredRotalist?employeeId=1&date=2024-05",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"getFilteredRotalist"
											],
											"query": [
												{
													"key": "employeeId",
													"value": "1"
												},
												{
													"key": "date",
													"value": "2024-05"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": true,\n    \"message\": \"Shift Details Listed\",\n    \"data\": [\n    {\n      \"week_name\": \"WEEK 1\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"220\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Sunday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"221\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"222\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"223\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"224\",\n          \"delete_status\": true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 2\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Tuesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"225\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Wednesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"226\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"227\",\n          \"delete_status\": true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 3\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Tuesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"228\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Wednesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"229\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"230\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"231\",\n          \"delete_status\": true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 4\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Tuesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"232\",\n          \"delete_status\": true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 5\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Tuesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"233\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Wednesday\",\n          \"date\": \"10/08/23\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"234\",\n          \"delete_status\": false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"235\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"236\",\n          \"delete_status\": true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"237\",\n          \"delete_status\": true\n        }\n      ]\n    }\n  ]\n}\n"
								},
								{
									"name": "NoDataFound",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{base_url}}/getFilteredRotalist?employeeId=1&date=2024-12",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"getFilteredRotalist"
											],
											"query": [
												{
													"key": "employeeId",
													"value": "1"
												},
												{
													"key": "date",
													"value": "2024-12"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"Employee Not Found\",\n        \"data\": {}\n    }\n}"
								}
							]
						},
						{
							"name": "ShiftCancel",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employeeId\": \"1\",\n    \"reason message\": \"Sick\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}/shiftCancel",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"shiftCancel"
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"123\",\n    \"reason_message\": \"Sick\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "\n{\n    \"success\": true,\n    \"message\": \"shift cancel requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift cancel has been send\" \n    }\n}"
								},
								{
									"name": "Success Copy",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"124\",\n    \"reason_message\": \"Sick\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "\n{\n    \"success\": true,\n    \"message\": \"shift cancel requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift cancel has been send\" \n    }\n}"
								},
								{
									"name": "Success Copy 2",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"128\",\n    \"reason_message\": \"Sick\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "\n{\n    \"success\": true,\n    \"message\": \"shift cancel requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift cancel has been send\" \n    }\n}"
								},
								{
									"name": "Success Copy 3",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"129\",\n    \"reason_message\": \"Sick\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "\n{\n    \"success\": true,\n    \"message\": \"shift cancel requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift cancel has been send\" \n    }\n}"
								},
								{
									"name": "NoDataFound",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"121\",\n    \"reason_message\": \"Sick\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"User Not Found\",\n        \"data\": {}\n    }\n}"
								}
							]
						},
						{
							"name": "GetExtraShift",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getExtraShift?employeeId=1",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getExtraShift"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "1"
										}
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{base_url}}/getExtraShift?employeeId=1",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"getExtraShift"
											],
											"query": [
												{
													"key": "employeeId",
													"value": "1"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": true,\n    \"message\": \"Extra shift details listed\",\n    \"data\": [\n    {\n      \"week_name\": \"WEEK 1\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"100\",\n          \"delete_status\": true,\n          \"application_status\":\"pending\",\n          \"applied\":true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"101\",\n          \"delete_status\": false,\n          \"application_status\":\"notavailable\",\n          \"applied\":false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"102\",\n          \"delete_status\": false,\n          \"application_status\":\"rejected\",\n          \"applied\":true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 2\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"103\",\n          \"delete_status\": false,\n          \"application_status\":\"available\",\n          \"applied\":false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"104\",\n          \"delete_status\": true,\n          \"application_status\":\"pending\",\n          \"applied\":true\n        }\n      ]\n    },\n    {\n      \"week_name\": \"WEEK 3\",\n      \"week_shift_details\": [\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"105\",\n          \"delete_status\": false,\n          \"application_status\":\"rejected\",\n          \"applied\":true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"106\",\n          \"delete_status\": false,\n          \"application_status\":\"approved\",\n          \"applied\":true\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"107\",\n          \"delete_status\": false,\n          \"application_status\":\"notavailable\",\n          \"applied\":false\n        },\n        {\n          \"week_day\": \"Monday\",\n          \"date\": \"10/08/24\",\n          \"shift_type\": \"S1\",\n          \"shift_time\": \"9:00 AM to 5:00 PM\",\n          \"shift_id\": \"108\",\n          \"delete_status\": false,\n          \"application_status\":\"available\",\n          \"applied\":false\n        }\n      ]\n    }\n  ]\n}"
								},
								{
									"name": "NoDataFound",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{base_url}}/getExtraShift?employeeId=2",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"getExtraShift"
											],
											"query": [
												{
													"key": "employeeId",
													"value": "2"
												}
											]
										}
									},
									"status": "No Content",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"Employee Not Found\",\n        \"data\": {}\n    }\n}"
								}
							]
						},
						{
							"name": "ApplyExtraShift",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": ""
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"108\"\n}\n",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/applyExtraShift",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"applyExtraShift"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": true,\n    \"message\": \"shift apply requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift applying has been send\" \n    }\n}"
								},
								{
									"name": "Success Copy",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"103\"\n}\n",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/applyExtraShift",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"applyExtraShift"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"success\": true,\n    \"message\": \"shift apply requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift applying has been send\" \n    }\n}"
								},
								{
									"name": "NoDataFound",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"\",\n    \"date id\": \"\" \n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"No Data found\"\n}"
								}
							]
						},
						{
							"name": "DeleteExtraShift",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": ""
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"100\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/deleteExtraShift",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"deleteExtraShift"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "\n{\n    \"success\": true,\n    \"message\": \"shift delete requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift delete has been send\" \n    }\n}"
								},
								{
									"name": "Success Copy",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"1\",\n    \"shiftId\": \"104\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/deleteExtraShift",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"deleteExtraShift"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "\n{\n    \"success\": true,\n    \"message\": \"shift delete requested\",\n    \"data\": \n    {\n        \"message\": \"Request for shift delete has been send\" \n    }\n}"
								},
								{
									"name": "Notdeletable",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"\",\n    \"date id\": \"\" \n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/shiftCancel",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"shiftCancel"
											]
										}
									},
									"status": "No Content",
									"code": 204,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"No Data found\"\n}"
								},
								{
									"name": "401Unauthorized",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/json",
												"type": "text"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"employeeId\": \"2\",      \n    \"date id\": \"2023-08-23\" \n}\n",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{base_url}}/applyExtraShift",
											"host": [
												"{{base_url}}"
											],
											"path": [
												"applyExtraShift"
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"code\": \"0000\",\n    \"message\": \"User not authorized\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Dashboard Emp",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/getDashboardDetails?employeeId=2",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"getDashboardDetails"
							],
							"query": [
								{
									"key": "employeeId",
									"value": "2"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getDashboardDetails?employeeId=0",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getDashboardDetails"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "0"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Employee Fetched\",\n    \"data\": {\n        \"notification_count\": 10,\n        \"employee_name\" : \"Lorem Ipsum\",\n        \"upcoming_shift\": [\n            {\n                \"shift_name\": \"S1\",\n                \"shift_time\": \"8:00 AM     12:00 PM\",\n                \"shift_date\": \"25/12/2023\"\n            },\n            {\n                \"shift_name\": \"S2\",\n                \"shift_time\": \"8:00 AM     6:00 PM\",\n                \"shift_date\": \"26/12/2023\"\n            },\n            {\n                \"shift_name\": \"S3\",\n                \"shift_time\": \"8:00 AM     3:00 PM\",\n                \"shift_date\": \"27/12/2023\"\n            }\n        ],\n        \"holidays\": [\n           {\n                \"holiday_type\": \"Sick\",\n                \"holiday_date_from\": \"10/08/23\",\n                \"holiday_date_to\": \"10/08/23\"\n            },\n            {\n                \"holiday_type\": \"Annual\",\n                \"holiday_date_from\": \"11/08/23\",\n                \"holiday_date_to\": \"11/08/23\"\n            },\n            {\n                \"holiday_type\": \"Paternity\",\n                \"holiday_date_from\": \"12/08/23\",\n                \"holiday_date_to\": \"12/08/23\"\n            },\n            {\n                \"holiday_type\": \"Maternity\",\n                \"holiday_date_from\": \"13/08/23\",\n                \"holiday_date_to\": \"13/08/23\"\n            }\n        ],\n        \"notifications\": [\n               {\n                \"message\": \"Leave rejected\",\n                \"date\": \"25/12/2023\"\n            },\n            {\n                \"message\": \"Leave applied\",\n                \"date\": \"26/12/2023\"\n            },\n            {\n                \"message\": \"Extra shift request rejected\",\n                \"date\": \"27/12/2023\"\n            },\n            {\n                \"message\": \"Leave rejected\",\n                \"date\": \"28/12/2023\"\n            },\n             {\n                \"message\": \"Leave applied\",\n                \"date\": \"29/12/2023\"\n            }\n        ]\n    }\n}"
						},
						{
							"name": "Success Copy",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getDashboardDetails?employeeId=2",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getDashboardDetails"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "2"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Employee Fetched\",\n    \"data\": {\n        \"notification_count\": 2,\n        \"employee_name\" : \"Lorem Ipsum\",\n        \"upcoming_shift\": [],\n        \"holidays\": [\n            {\n                \"holiday_type\": \"Sick\",\n                \"holiday_date_from\": \"10/08/23\",\n                \"holiday_date_to\": \"10/08/23\"\n            },\n            {\n                \"holiday_type\": \"Annual\",\n                \"holiday_date_from\": \"11/08/23\",\n                \"holiday_date_to\": \"11/08/23\"\n            },\n            {\n                \"holiday_type\": \"Paternity\",\n                \"holiday_date_from\": \"12/08/23\",\n                \"holiday_date_to\": \"12/08/23\"\n            },\n            {\n                \"holiday_type\": \"Maternity\",\n                \"holiday_date_from\": \"13/08/23\",\n                \"holiday_date_to\": \"13/08/23\"\n            }\n        ],\n        \"notifications\": []\n    }\n}"
						},
						{
							"name": "NoDataFound",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getDashboardDetails?employeeId=1",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getDashboardDetails"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "1"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"User Not Found\",\n        \"data\": {}\n    }\n}"
						}
					]
				},
				{
					"name": "UserDetails",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/getEmployeeDetails?employeeId=1",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"getEmployeeDetails"
							],
							"query": [
								{
									"key": "employeeId",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getEmployeeDetails?employeeId=0",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getEmployeeDetails"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "0"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\":true,\n    \"message\":\"Employee Fetched\",\n    \"data\":{\n    \"employeeId\": \"123456\",\n    \"employeeName\": \"Jane Smith\",\n    \"employeeEmail\": \"jane@example.com\",\n    \"employeeImage\": \"https://www.pngmart.com/files/15/Smiling-Business-Man-Standing-PNG-Image.png\",\n    \"employeeDesignation\": \"Software Engineer\",\n    \"employeePhoneNumber\": \"987-654-3210\",\n    \"employeeAddress\": \"5678 Oak Avenue, Townsville\"\n    }\n}"
						},
						{
							"name": "NoDataFound",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getEmployeeDetails?employeeId=1",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getEmployeeDetails"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "1"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"Employee Not Found\",\n        \"data\": {}\n    }\n}"
						}
					]
				},
				{
					"name": "EditProfile",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"employeeId\": \"0\",\n    \"employeeAddress\": \"5678 Oak Avenue\",\n    \"employeeImage\": \"https://www.pngmart.com/files/15/Smiling-Business-Man-Standing-PNG-Image.png\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base_url}}/editProfile",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"editProfile"
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employeeId\": \"0\",\n    \"employeeAddress\": \"5678 Oak Avenue\",\n    \"employeeImage\": \"https://www.pngmart.com/files/15/Smiling-Business-Man-Standing-PNG-Image.png\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}/editProfile",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"editProfile"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\":true,\n    \"message\":\"Employee Fetched\",\n    \"data\":{\"message\": \"Profile Updated Successfully\" }\n}"
						}
					]
				},
				{
					"name": "Notificationlisting Copy",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/getNotificationList?employeeId=0",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"getNotificationList"
							],
							"query": [
								{
									"key": "employeeId",
									"value": "0"
								}
							]
						}
					},
					"response": [
						{
							"name": "Notificationlisting",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getNotificationList?employeeId=0",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getNotificationList"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "0"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n      \"success\":true,\n    \"message\":\"Employee Fetched\",\n    \"data\":{\n \"notifications\": [\n        {\n            \"notification_title\": \"Leave Request Approved\",\n            \"notification_message\": \"Click to update the app to the latest version.\",\n            \"notification_time\": \"2024-01-03T11:36:00.000Z\",\n            \"notification_id\": 12345,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Leave Request Approved\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Leave Request Rejected\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Leave Request Rejected\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Extra Shift Request Approved\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Extra Shift Request Approved\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Extra Shift Request Rejected\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Extra Shift Request Rejected\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Extra Shift Request Approved\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        },\n        {\n            \"notification_title\": \"Extra Shift Request Rjected\",\n            \"notification_message\": \"Don't forget the event happening tomorrow!\",\n            \"notification_time\": \"2023-12-14T10:14:00.000Z\",\n            \"notification_id\": 67890,\n            \"status\": \"true\"\n        }\n    ]\n    }\n   \n}"
						},
						{
							"name": "NoDataFound",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getNotificationList?employeeId=1",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getNotificationList"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "1"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"User Not Found\",\n        \"data\": {}\n    }\n}"
						}
					]
				},
				{
					"name": "HoursWorkedFilter",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/getHoursWorkedFilter?employeeID=1&date=2024-01",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"getHoursWorkedFilter"
							],
							"query": [
								{
									"key": "employeeID",
									"value": "1"
								},
								{
									"key": "date",
									"value": "2024-01"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{base_url}}/getHoursWorkedFilter?employeeID=1&date=2024-01",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getHoursWorkedFilter"
									],
									"query": [
										{
											"key": "employeeID",
											"value": "1"
										},
										{
											"key": "date",
											"value": "2024-01"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Work Details  Fetched\",\n    \"data\" : { \n        \"worked_details\":[\n    {\n        \"week\": 1,\n        \"date_from\": \"01/01/2024\",\n        \"date_to\": \"05/01/2024\",\n        \"Avg_hours\": 38.00\n    },\n    {\n        \"week\": 2,\n        \"date_from\": \"08/01/2024\",\n        \"date_to\": \"12/01/2024\",\n        \"Avg_hours\": 37.00\n    },\n    {\n        \"week\": 3,\n        \"date_from\": \"14/01/2024\",\n        \"date_to\": \"18/01/2024\",\n        \"Avg_hours\": 34.00\n    },\n    {\n        \"week\": 4,\n        \"date_from\": \"20/01/2024\",\n        \"date_to\": \"25/01/2024\",\n        \"Avg_hours\": 29.00\n    }\n]}\n   \n}"
						},
						{
							"name": "Success Copy",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{base_url}}/getHoursWorkedFilter?employeeID=1&date=2024-03",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getHoursWorkedFilter"
									],
									"query": [
										{
											"key": "employeeID",
											"value": "1"
										},
										{
											"key": "date",
											"value": "2024-03"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Work Details  Fetched\",\n    \"data\" : { \n        \"worked_details\":[\n    {\n        \"week\": 1,\n        \"date_from\": \"01/03/2024\",\n        \"date_to\": \"05/03/2024\",\n        \"Avg_hours\": 38.00\n    },\n    {\n        \"week\": 2,\n        \"date_from\": \"08/03/2024\",\n        \"date_to\": \"12/03/2024\",\n        \"Avg_hours\": 37.00\n    },\n    {\n        \"week\": 3,\n        \"date_from\": \"14/03/2024\",\n        \"date_to\": \"18/03/2024\",\n        \"Avg_hours\": 34.00\n    },\n    {\n        \"week\": 4,\n        \"date_from\": \"20/03/2024\",\n        \"date_to\": \"25/03/2024\",\n        \"Avg_hours\": 29.00\n    },\n    {\n        \"week\": 5,\n        \"date_from\": \"27/03/2024\",\n        \"date_to\": \"31/03/2024\",\n        \"Avg_hours\": 29.00\n    }\n]}\n   \n}"
						},
						{
							"name": "Success Copy 2",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{base_url}}/getHoursWorkedFilter?employeeID=1&date=2026-12",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getHoursWorkedFilter"
									],
									"query": [
										{
											"key": "employeeID",
											"value": "1"
										},
										{
											"key": "date",
											"value": "2026-12"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Work Details  Fetched\",\n    \"data\" : { \n        \"worked_details\":[\n    {\n        \"week\": 1,\n        \"date_from\": \"01/12/2026\",\n        \"date_to\": \"05/12/2026\",\n        \"Avg_hours\": 38.00\n    },\n    {\n        \"week\": 2,\n        \"date_from\": \"08/12/2026\",\n        \"date_to\": \"12/12/2026\",\n        \"Avg_hours\": 37.00\n    },\n    {\n        \"week\": 3,\n        \"date_from\": \"14/12/2026\",\n        \"date_to\": \"18/12/2026\",\n        \"Avg_hours\": 34.00\n    },\n    {\n        \"week\": 4,\n        \"date_from\": \"20/12/2026\",\n        \"date_to\": \"25/12/2026\",\n        \"Avg_hours\": 29.00\n    }\n]}\n   \n}"
						},
						{
							"name": "NoDataFound",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employeeID\": \"\",\n    \"Month\": \"\",\n    \"Year\": \"\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base_url}}/getHoursWorkedFilter?employeeID=1&date=2023-08",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getHoursWorkedFilter"
									],
									"query": [
										{
											"key": "employeeID",
											"value": "1"
										},
										{
											"key": "date",
											"value": "2023-08"
										}
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"Employee Not Found\",\n        \"data\": {}\n    }\n}"
						}
					]
				},
				{
					"name": "HolidayListing",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getHolidayList?employeeId=0",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getHolidayList"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "0"
										}
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Shift Details Listed\",\n    \"data\": {\n        \"holidays\": [\n            {\n               \"holiday_type\": \"Sick\",\n                \"holiday_date_from\": \"10/08/23\",\n                \"holiday_date_to\": \"10/08/23\",\n                \"holiday_status\": \"Pending\"\n            },\n            {\n                \"holiday_type\": \"Annual\",\n                \"holiday_date_from\": \"11/08/23\",\n                \"holiday_date_to\": \"11/08/23\",\n                \"holiday_status\": \"Approved\"\n            },\n            {\n                \"holiday_type\": \"Paternity\",\n                \"holiday_date_from\": \"12/08/23\",\n                \"holiday_date_to\": \"12/08/23\",\n                \"holiday_status\": \"Rejected\"\n            },\n            {\n                 \"holiday_type\": \"Maternity\",\n                \"holiday_date_from\": \"13/08/23\",\n                \"holiday_date_to\": \"13/08/23\",\n                \"holiday_status\": \"Pending\"\n            },\n            {\n                 \"holiday_type\": \"Maternity\",\n                \"holiday_date_from\": \"14/08/23\",\n                \"holiday_date_to\": \"14/08/23\",\n                \"holiday_status\": \"Approved\"\n            },\n            {\n                 \"holiday_type\": \"Maternity\",\n                \"holiday_date_from\": \"15/08/23\",\n                \"holiday_date_to\": \"15/08/23\",\n                \"holiday_status\": \"Rejected\"\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "ViewPolicies Copy",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base_url}}/getViewPolicies?userId=0",
							"host": [
								"{{base_url}}"
							],
							"path": [
								"getViewPolicies"
							],
							"query": [
								{
									"key": "userId",
									"value": "0"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getViewPolicies?userId=0",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getViewPolicies"
									],
									"query": [
										{
											"key": "userId",
											"value": "0"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Employee Fetched\",\n    \"data\": {\n        \"contact_us\":{\n             \"home_address\": \"Data Protection Officer, BRAJ Care Solutions Ltd 30 Gilders Drive, Hornchurch, London, RM12 6EG\",\n             \"home_email\": \"dpo@brajcaresolutions.com\"\n        },\n        \"about_us\" : \"https://softnotions.com/\",\n        \"privacy_policy\" : \"https://softnotions.com/\",\n        \"faq\" : \"https://softnotions.com/\",\n        \"terms_and_conditions\" : \"https://softnotions.com/\"\n    }\n}"
						},
						{
							"name": "NoDataFound Copy",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base_url}}/getViewPolicies?userId=1",
									"host": [
										"{{base_url}}"
									],
									"path": [
										"getViewPolicies"
									],
									"query": [
										{
											"key": "userId",
											"value": "1"
										}
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"success\": false,\n    \"error\": {\n        \"code\": 404,\n        \"type\": \"Not Found\",\n        \"message\": \"User Not Found\",\n        \"data\": {}\n    }\n}\n\n\n\n\n\n"
						}
					]
				}
			]
		},
		{
			"name": "Super Admin",
			"item": [
				{
					"name": "Care Catgeory",
					"item": [
						{
							"name": "careCategory/add",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"care_category_name\":\"testing\",\n    \"nominal_code_name\":\"test\",\n    \"nominal_code\":\"123456\",\n    \"care_home\":\"65cc9561026c9d194fc606d9\"\n}"
								},
								"url": {
									"raw": "http://localhost:7000/careCategory/add",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"careCategory",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "careCategory/list",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/careCategory/list?page=1&pageSize=5&careHome=65cef8672e87098c07a56c78",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"careCategory",
										"list"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "pageSize",
											"value": "5"
										},
										{
											"key": "careHome",
											"value": "65cef8672e87098c07a56c78"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "careCategory/listById",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/careCategory/listById?id=65cdf552ff28e8158caf689e",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"careCategory",
										"listById"
									],
									"query": [
										{
											"key": "id",
											"value": "65cdf552ff28e8158caf689e"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "careCategory/update",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65cdf552ff28e8158caf689e\",\n    \"data\":{\n    \"nominal_code_name\":\"test\"\n    }\n\n}"
								},
								"url": {
									"raw": "http://localhost:7000/careCategory/update",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"careCategory",
										"update"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Unit",
					"item": [
						{
							"name": "Add Unit",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"carehome\":\"65cc9561026c9d194fc606d9\",\n    \"unit_name\":\"softnotions\",\n    \"unit_number\":\"123456\",\n    \"care_category\":\"test\",\n    \"nominal_code\":\"test\",\n    \"number_of_rooms\":\"2\",    \n    \"default_room_rate\":\"100\",\n    \"room_name_prefix\":\"AA\",\n    \"suffix\":\"AA\",\n    \"start_room\":\"10\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/unit/add",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Units",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/unit/list",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"list"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Unit By ID",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/unit/listById?id=65d33bcacf7b5a7c12c3252f",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"listById"
									],
									"query": [
										{
											"key": "id",
											"value": "65d33bcacf7b5a7c12c3252f"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Unit Details",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65d33bcacf7b5a7c12c3252f\",\n    \"data\":{\n    \"unit_number\":\"999999\",\n    \"nominal_code\":\"qqqqqq\"\n    }\n\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/unit/update",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "AddRoom",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"carehome\":\"65ccad01026c9d194fc606e1\",\n    \"unit_id\":\"65d33bcacf7b5a7c12c3252f\",  \n    \"room_name_prefix\":\"XX\",\n    \"suffix\":\"YZ\",\n    \"room_number\":\"020\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/unit/addRoom",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"addRoom"
									]
								}
							},
							"response": []
						},
						{
							"name": "ListRoom",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/unit/listRoom?careHome=65cc9561026c9d194fc606d9",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"listRoom"
									],
									"query": [
										{
											"key": "careHome",
											"value": "65cc9561026c9d194fc606d9"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "UpdateRoom",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65d58cf480ffe9fa17e247e8\",\n    \"data\":{\n    \"is_occupied\":\"true\",\n    \"room_name_prefix\":\"XX\",\n    \"room_number\":\"028\",\n    \"suffix\":\"YZ\"\n    }\n\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/unit/updateRoom",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"updateRoom"
									]
								}
							},
							"response": []
						},
						{
							"name": "DeleteRoom",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/unit/deleteRoom?id=65d58cf480ffe9fa17e247e8",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"unit",
										"deleteRoom"
									],
									"query": [
										{
											"key": "id",
											"value": "65d58cf480ffe9fa17e247e8"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Shift",
					"item": [
						{
							"name": "List Shift",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/shift/list?careHome=65cc9561026c9d194fc606d9",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"shift",
										"list"
									],
									"query": [
										{
											"key": "careHome",
											"value": "65cc9561026c9d194fc606d9"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Shift",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"shift_name\":\"testing\",\n    \"startTime\":\"test\",\n    \"endTime\":\"123456\",\n    \"description\":\"123456\",\n    \"department\":\"aaaaaa\",\n    \"care_home\":\"65cc9561026c9d194fc606d9\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/shift/add",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"shift",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Shift",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65d7284dc732e7701728147d\",\n    \"data\":{\n    \"shift_name\":\"test\"\n    }\n\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/shift/update",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"shift",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Shift By Id",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/shift/listById?id=65d7284dc732e7701728147d",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"shift",
										"listById"
									],
									"query": [
										{
											"key": "id",
											"value": "65d7284dc732e7701728147d"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "delete shift",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/shift/delete?id=65d7284dc732e7701728147d",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"shift",
										"delete"
									],
									"query": [
										{
											"key": "id",
											"value": "65d7284dc732e7701728147d"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Carehome",
					"item": [
						{
							"name": "Create Carehome",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Dan Care\",\n    \"homecode\": \"DANl056\",\n    \"payable_to\": \"Admin\",\n    \"phone_number\": 3608775678,\n    \"address\": \"52 Cedar Place, New Castle, N1 8HY\",\n    \"generate_payroll\": \"Monthly\",\n    \"employee_id_prefix\": \"DAN001\",\n    \"employee_id_sequence\": \"001\",\n    \"client_id_prefix\": \"DAN\",\n    \"client_id_sequence\": \"3001\",\n    \"completed_pages\": [\n        \"0\"\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}admin/carehome/new",
									"host": [
										"{{url}}admin"
									],
									"path": [
										"carehome",
										"new"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Carehome",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\": \"65c5b48ba8c2f5a397aa7ca9\",\n  \"account_name\": \"Valley Care Home\",\n  \"account_number\": \"12GH6784369382\",\n  \"bank_name\": \"AXIS\",\n  \"sort_code\": 1009,\n  \"bank_address\": \"CareHome2\",\n  \"completed_pages\": [\"0\", \"1\"]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{dev}}admin/carehome/update",
									"host": [
										"{{dev}}admin"
									],
									"path": [
										"carehome",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "get CareHome ById",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}admin/carehome/byId?id=65fcf05936f3f3e2eac98a8e",
									"host": [
										"{{url}}admin"
									],
									"path": [
										"carehome",
										"byId"
									],
									"query": [
										{
											"key": "id",
											"value": "65fcf05936f3f3e2eac98a8e"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "get all carehome",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"var template = `",
											"<style type=\"text/css\">",
											"    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}",
											"    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}",
											"    .tftable tr {background-color:#ffffff;}",
											"    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}",
											"    .tftable tr:hover {background-color:#e0ffff;}",
											"</style>",
											"",
											"<table class=\"tftable\" border=\"1\">",
											"    <tr>",
											"        <th>Name</th>",
											"        <th>Home Code</th>",
											"        <th>Phone Number</th>",
											"        <th>Address</th>",
											"        <th>Generate Payroll</th>",
											"        <th>Account Name</th>",
											"        <th>Account Number</th>",
											"        <th>Bank Name</th>",
											"        <th>Status</th>",
											"        <th>Created At</th>",
											"        <th>Updated At</th>",
											"    </tr>",
											"    ",
											"    {{#each response.data}}",
											"        <tr id=row_{{@key}}>",
											"            <td>{{name}}</td>",
											"            <td>{{homecode}}</td>",
											"            <td>{{phone_number}}</td>",
											"            <td>{{address}}</td>",
											"            <td>{{generate_payroll}}</td>",
											"            <td>{{account_name}}</td>",
											"            <td>{{account_number}}</td>",
											"            <td>{{bank_name}}</td>",
											"            <td>{{status}}</td>",
											"            <td>{{createdAt}}</td>",
											"            <td>{{updatedAt}}</td>",
											"        </tr>",
											"    {{/each}}",
											"</table>",
											"`;",
											"",
											"function constructVisualizerPayload() {",
											"    return {response: pm.response.json()}",
											"}",
											"",
											"pm.visualizer.set(template, constructVisualizerPayload());"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{dev}}admin/carehome/list",
									"host": [
										"{{dev}}admin"
									],
									"path": [
										"carehome",
										"list"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Setup",
					"item": [
						{
							"name": "role",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{dev}}setup/role",
									"host": [
										"{{dev}}setup"
									],
									"path": [
										"role"
									]
								}
							},
							"response": []
						},
						{
							"name": "access",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{dev}}setup/access/get",
									"host": [
										"{{dev}}setup"
									],
									"path": [
										"access",
										"get"
									]
								}
							},
							"response": []
						},
						{
							"name": "role access",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}setup/access?id=6602a041de711a4060f8ddf9",
									"host": [
										"{{url}}setup"
									],
									"path": [
										"access"
									],
									"query": [
										{
											"key": "id",
											"value": "6602a041de711a4060f8ddf9"
										}
									]
								},
								"description": "provide access based on role id"
							},
							"response": []
						},
						{
							"name": "update",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"hr_dash_emp_rcd\": false,\n    \"hr_dash_my_actions\": false,\n    \"hr_dash_attendance\": false,\n    \"hr_dash_upcoming_holidays\": false\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}setup/access?id=65f96def548d40a75d6ee741",
									"host": [
										"{{url}}setup"
									],
									"path": [
										"access"
									],
									"query": [
										{
											"key": "id",
											"value": "65f96def548d40a75d6ee741"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Users",
					"item": [
						{
							"name": "Get access by EmployeeId",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}admin/users?employeeId=660e12927a6c6b90a10a2387",
									"host": [
										"{{url}}admin"
									],
									"path": [
										"users"
									],
									"query": [
										{
											"key": "employeeId",
											"value": "660e12927a6c6b90a10a2387"
										}
									]
								},
								"description": "provide access to logged in user based on their role"
							},
							"response": []
						},
						{
							"name": "Create User",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Realm",
										"value": "dev",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"employeeId\": \"660e12927a6c6b90a10a2387\",\n    \"roleId\": \"6602a041de711a4060f8ddf9\",\n    \"all_carehome\": false,\n    \"default_carehome\": \"660a495269fabd498abea336\",\n    \n    \"carehome\": [\n        \"660a495269fabd498abea334\",\n        \"660a495269fabd498abea342\",\n        \"660a495269fabd498abea33c\"\n    ],\n    \"userStatus\": true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{url}}admin/users/add",
									"host": [
										"{{url}}admin"
									],
									"path": [
										"users",
										"add"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Department",
					"item": [
						{
							"name": "Add Department",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"department_name\": \"Cleaning\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/department/add",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"add"
									]
								}
							},
							"response": []
						},
						{
							"name": "List Department",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/department/list?page=1&pageSize=5",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"list"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "pageSize",
											"value": "5"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Department",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\":\"65e98cb26ba2a3e5ac979c0c\",\n    \"data\":{\n    \"name\":\"Manager\"\n    }\n\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/department/update",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"update"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Department",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/department/delete?id=65e99952d9b2120ee8fd9941",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"delete"
									],
									"query": [
										{
											"key": "id",
											"value": "65e99952d9b2120ee8fd9941"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Department By Id",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost:7000/department/listById?id=65f018c00083dd6f081b0d30",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"listById"
									],
									"query": [
										{
											"key": "id",
											"value": "65f018c00083dd6f081b0d30"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Role",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"department_id\": \"65f018c00083dd6f081b0d30\",\n  \"role_name\": \"Junior Cleaner\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/department/addRole",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"addRole"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Role",
							"request": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\": \"65f01aff0df7ae8b5d9d46a5\",\n    \"data\":{\n    \"role_name\":\"Washer\"\n    }\n\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "http://localhost:7000/department/updateRole",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "7000",
									"path": [
										"department",
										"updateRole"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get All Role",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}department/listRole?page=1&pageSize=5&departmentId=6602bf782aa1d9a8bbf82482",
									"host": [
										"{{url}}department"
									],
									"path": [
										"listRole"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "pageSize",
											"value": "5"
										},
										{
											"key": "departmentId",
											"value": "6602bf782aa1d9a8bbf82482"
										}
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "app",
			"item": [
				{
					"name": "base",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": ""
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Funding Source",
			"item": [
				{
					"name": "Add Funding Source",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"invoiceCalendarData\": {\n        \"invoiceCalendarName\": \"Council 1\",\n        \"start_date\": \"2024-03-18\",\n        \"bill_date\": \"2024-03-23\",\n        \"calendar_duration\": \"1 Year\",\n        \"frequency\": \"Monthly\",\n        \"remarks\": \"test\"\n    },\n    \"fundingSourceData\": {\n        \"fundingSourceName\": \"Council AAQSSWA\",\n        \"invoicing_method\": \"Email\",\n        \"invoice_display\": {\n            \"patient_id\": true,\n            \"client_name\": false,\n            \"purchase_order_number\": true\n        },\n        \"address\": \"Lorem Ipsum\",\n        \"finance_email\": \"lorem@yopmail.com\",\n        \"finance_telephone\": \"+917827265252\",\n        \"payment_due\": \"15 days\",\n        \"apply_vat\": true,\n        \"vat_value\": 20,\n        \"type\": 1,\n        \"carehome\": \"65fec2725f6fcc3aa264bbbf\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}client/funding/add",
							"host": [
								"{{url}}client"
							],
							"path": [
								"funding",
								"add"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Funding Source",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}client/funding/?carehome=65fec2725f6fcc3aa264bbbf&page=1&size=10",
							"host": [
								"{{url}}client"
							],
							"path": [
								"funding",
								""
							],
							"query": [
								{
									"key": "carehome",
									"value": "65fec2725f6fcc3aa264bbbf"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "size",
									"value": "10"
								}
							]
						}
					},
					"response": [
						{
							"name": "List Funding Source",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}client/funding/?carehome=65fec2725f6fcc3aa264bbbf&page=1&size=10",
									"host": [
										"{{url}}client"
									],
									"path": [
										"funding",
										""
									],
									"query": [
										{
											"key": "carehome",
											"value": "65fec2725f6fcc3aa264bbbf"
										},
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "size",
											"value": "10"
										}
									]
								}
							},
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Funding Source and Invoice Calendar Added\",\n    \"data\": {\n        \"totalCount\": 14,\n        \"countOnPage\": 10,\n        \"result\": [\n            {\n                \"_id\": \"661e4e36caa52ed12ea17201\",\n                \"fundingSourceName\": \"Council AAQSSWA\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4e36caa52ed12ea17204\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4e33caa52ed12ea171ed\",\n                \"fundingSourceName\": \"Council AAQSSA\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4e33caa52ed12ea171f0\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4e30caa52ed12ea171d9\",\n                \"fundingSourceName\": \"Council AASSA\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4e30caa52ed12ea171dc\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4e2ccaa52ed12ea171c5\",\n                \"fundingSourceName\": \"Council AASA\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4e2ccaa52ed12ea171c8\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4e27caa52ed12ea171b1\",\n                \"fundingSourceName\": \"Council AAA\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4e27caa52ed12ea171b4\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4e23caa52ed12ea1719d\",\n                \"fundingSourceName\": \"Council AA\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4e23caa52ed12ea171a0\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4d098fb51947c36fb6b0\",\n                \"fundingSourceName\": \"Council 112334\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4d098fb51947c36fb6b3\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4d068fb51947c36fb69c\",\n                \"fundingSourceName\": \"Council 11233\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4d068fb51947c36fb69f\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4d038fb51947c36fb688\",\n                \"fundingSourceName\": \"Council 1123\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4d038fb51947c36fb68b\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            },\n            {\n                \"_id\": \"661e4d008fb51947c36fb674\",\n                \"fundingSourceName\": \"Council 112\",\n                \"type\": 1,\n                \"is_active\": true,\n                \"invoiceCalendarDetails\": {\n                    \"_id\": \"661e4d008fb51947c36fb677\",\n                    \"invoiceCalendarName\": \"Council 1\"\n                }\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "List Invoicing Calendar",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}invoice/calendar/all?id=6614ba4369b6dd947bc783ea",
							"host": [
								"{{url}}invoice"
							],
							"path": [
								"calendar",
								"all"
							],
							"query": [
								{
									"key": "carehome",
									"value": "Golden Acres Senior Living",
									"disabled": true
								},
								{
									"key": "id",
									"value": "6614ba4369b6dd947bc783ea"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Extend Invoicing Calendar",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": \"661e432a673116eb594ccccf\",\n    \"invoiceCalendarName\": \"Test 123\",\n    \"calendar_duration\": \"1 Year\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}invoice/calendar/extend",
							"host": [
								"{{url}}invoice"
							],
							"path": [
								"calendar",
								"extend"
							]
						}
					},
					"response": []
				},
				{
					"name": "get invoice calendar by id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}invoice/calendar?id=65f2da559f2c2458e6cf4e3d",
							"host": [
								"{{url}}invoice"
							],
							"path": [
								"calendar"
							],
							"query": [
								{
									"key": "id",
									"value": "65f2da559f2c2458e6cf4e3d"
								}
							]
						}
					},
					"response": [
						{
							"name": "get invoice calendar by id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url}}invoice/calendar?id=65f31cda158b2168a003ad6c",
									"host": [
										"{{url}}invoice"
									],
									"path": [
										"calendar"
									],
									"query": [
										{
											"key": "id",
											"value": "65f31cda158b2168a003ad6c"
										}
									]
								}
							},
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": "{\n    \"success\": true,\n    \"message\": \"Invoice Details Fetched\",\n    \"data\": {\n        \"_id\": \"65f31cda158b2168a003ad6c\",\n        \"fundingSource\": \"65f31cda158b2168a003ad69\",\n        \"invoiceCalendarName\": \"BES Invoicing Calendar\",\n        \"start_date\": \"2024-01-01T00:00:00.000Z\",\n        \"bill_date\": \"2024-01-15T00:00:00.000Z\",\n        \"calendar_duration\": \"1 Year\",\n        \"frequency\": \"Monthly\",\n        \"remarks\": \"test\",\n        \"carehome\": \"Golden Acres Senior Living\",\n        \"createdAt\": \"2024-03-14T15:50:50.243Z\",\n        \"updatedAt\": \"2024-03-14T15:50:50.243Z\",\n        \"__v\": 0\n    }\n}"
						}
					]
				},
				{
					"name": "New Request",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}shift/list?page=&pageSize=&careHome=66190108f017dadd107acd2d",
							"host": [
								"{{url}}shift"
							],
							"path": [
								"list"
							],
							"query": [
								{
									"key": "page",
									"value": ""
								},
								{
									"key": "pageSize",
									"value": ""
								},
								{
									"key": "careHome",
									"value": "66190108f017dadd107acd2d"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Invoicing",
			"item": [
				{
					"name": "Add Custom Invoice",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\n \"client\": \"660e282514e323c59167fc77\",\n \"customer\": \"66235cbeee5e3876eeaa3f9c\",\n \"start_date\": \"2024-03-01\",\n\"end_date\": \"2024-03-31\",\n\"total_amount\": 200,\n\"payment_method\": \"Cash\",\n \"description\": \"test\",\n \"carehome\": \"65fec2725f6fcc3aa264bbbf\"\n\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}invoice/custom/",
							"host": [
								"{{url}}invoice"
							],
							"path": [
								"custom",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Invoice Status (Approve/Reject)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"status\": \"approved\",\n    \"invoiceIds\": [\n        \"6628f14f96d169092713055e\",\n        \"6628f15896d1690927130563\",\n        \"6628f15e96d1690927130568\",\n        \"6628f16596d169092713056d\"\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}invoice/update-status/",
							"host": [
								"{{url}}invoice"
							],
							"path": [
								"update-status",
								""
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "keycloak",
			"item": [
				{
					"name": "auth",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "client_id",
									"value": "myclient",
									"type": "text"
								},
								{
									"key": "grant_type",
									"value": "password",
									"type": "text"
								},
								{
									"key": "username",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "password",
									"value": "123456",
									"type": "text"
								},
								{
									"key": "scope",
									"value": "openid",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://keycloak.stplc.info/realms/dev/protocol/openid-connect/token",
							"protocol": "https",
							"host": [
								"keycloak",
								"stplc",
								"info"
							],
							"path": [
								"realms",
								"dev",
								"protocol",
								"openid-connect",
								"token"
							]
						}
					},
					"response": []
				},
				{
					"name": "create user",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhU0dzXzZFNW5hVGk5eFQwR0dqSW5rcjVfN1NzRDF0NC1ncHM4V3RHWENVIn0.eyJleHAiOjE3MTM1NDYwOTIsImlhdCI6MTcxMzUxMDA5MiwianRpIjoiZTBjODBhMjMtYTcwOC00N2I1LWFkNTctYWFjZmEwN2NhZGZkIiwiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo4MDgwL3JlYWxtcy9kZXYiLCJhdWQiOlsicmVhbG0tbWFuYWdlbWVudCIsImJyb2tlciIsImVtcGxveWVlIiwiYWNjb3VudCJdLCJzdWIiOiIwNTM1OTc5Yi03OGViLTQyZjItYTEwOC00OTUzNjYwOWE1NmQiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJteWNsaWVudCIsInNlc3Npb25fc3RhdGUiOiI2Y2EyMjlhYy1mZGQyLTQ5YTQtYmZlNC02YjE0MTJhYWNhMTciLCJhY3IiOiIxIiwiYWxsb3dlZC1vcmlnaW5zIjpbImh0dHA6Ly9sb2NhbGhvc3Q6MzAwMCJdLCJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiZGVmYXVsdC1yb2xlcy1kZXYiLCJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsicmVhbG0tbWFuYWdlbWVudCI6eyJyb2xlcyI6WyJ2aWV3LXJlYWxtIiwidmlldy1pZGVudGl0eS1wcm92aWRlcnMiLCJtYW5hZ2UtaWRlbnRpdHktcHJvdmlkZXJzIiwiaW1wZXJzb25hdGlvbiIsInJlYWxtLWFkbWluIiwiY3JlYXRlLWNsaWVudCIsIm1hbmFnZS11c2VycyIsInF1ZXJ5LXJlYWxtcyIsInZpZXctYXV0aG9yaXphdGlvbiIsInF1ZXJ5LWNsaWVudHMiLCJxdWVyeS11c2VycyIsIm1hbmFnZS1ldmVudHMiLCJtYW5hZ2UtcmVhbG0iLCJ2aWV3LWV2ZW50cyIsInZpZXctdXNlcnMiLCJ2aWV3LWNsaWVudHMiLCJtYW5hZ2UtYXV0aG9yaXphdGlvbiIsIm1hbmFnZS1jbGllbnRzIiwicXVlcnktZ3JvdXBzIl19LCJteWNsaWVudCI6eyJyb2xlcyI6WyJ3ZWItYWNjZXNzIl19LCJicm9rZXIiOnsicm9sZXMiOlsicmVhZC10b2tlbiJdfSwiZW1wbG95ZWUiOnsicm9sZXMiOlsiZW1wbG95ZWUiXX0sImFjY291bnQiOnsicm9sZXMiOlsibWFuYWdlLWFjY291bnQiLCJ2aWV3LWFwcGxpY2F0aW9ucyIsInZpZXctY29uc2VudCIsInZpZXctZ3JvdXBzIiwibWFuYWdlLWFjY291bnQtbGlua3MiLCJtYW5hZ2UtY29uc2VudCIsImRlbGV0ZS1hY2NvdW50Iiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJvcGVuaWQgZW1haWwgcHJvZmlsZSIsInNpZCI6IjZjYTIyOWFjLWZkZDItNDlhNC1iZmU0LTZiMTQxMmFhY2ExNyIsInBhc3N3b3JkQWN0aXZlIjpmYWxzZSwiZW1haWxfdmVyaWZpZWQiOnRydWUsIm5hbWUiOiJhZG1pbiB1c2VyIiwicHJlZmVycmVkX3VzZXJuYW1lIjoiYWRtaW4iLCJnaXZlbl9uYW1lIjoiYWRtaW4iLCJ1c2VyaWQiOiI2NjBlMTI5MjdhNmM2YjkwYTEwYTIzODciLCJmYW1pbHlfbmFtZSI6InVzZXIiLCJlbWFpbCI6ImFkbWluQGdtYWlsLmNvbSJ9.g6tjumOWJR3hyuEe0JGZzkhdfoGUb5868cpKC7TCo41HbyT8jl-2wa7qef2GHKorVqNO9pzc21YWR5mXwkdqzPX-Z2DbA2DRTUoof3TKatDJctAYIfPxXyGikgV5I860ObnvEV5YWmpSCjKKA3irdD9EgIt-twDoyMZHhQfpKWmwCxWFSjMN-rnsmepjAe5Yz39io1Bp9lF4DhdednGFp_dJYIXFcOrlHJJu-iD7ELCEvG5FP7aGANWq4Ap5SLt8gCK2He06tcXoWHZGVSvlE-DDV0jOz98U0Ev8258lGM6pyk9HydYWkjcU6iLX_QUhWSTT5PFBoO39ZExd9cq_sQ",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"username\": \"hexa\",\n    \"email\": \"new145@yopmail.com\",\n    \"firstName\": \"new \",\n    \"lastName\": \"one\",\n    \"requiredActions\": [],\n    \"emailVerified\": true,\n    \"groups\": [],\n    \"attributes\": {\n        \"userid\": \"662216cb4d00c91d09aaa5ce\",\n        \"passwordActive\": false\n    },\n    \"enabled\": true\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://localhost:8080/admin/realms/dev/users",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "8080",
							"path": [
								"admin",
								"realms",
								"dev",
								"users"
							]
						}
					},
					"response": []
				},
				{
					"name": "role mapping",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhU0dzXzZFNW5hVGk5eFQwR0dqSW5rcjVfN1NzRDF0NC1ncHM4V3RHWENVIn0.eyJleHAiOjE3MTMzNjE3MTIsImlhdCI6MTcxMzM2MTQxMiwianRpIjoiMTdhMWFhMzctMmMzMS00M2EyLThkM2ItZjU3OThhM2U1YzQ1IiwiaXNzIjoiaHR0cDovLzAuMC4wLjA6ODA4MC9yZWFsbXMvZGV2IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJicm9rZXIiLCJlbXBsb3llZSIsImFjY291bnQiXSwic3ViIjoiMDUzNTk3OWItNzhlYi00MmYyLWExMDgtNDk1MzY2MDlhNTZkIiwidHlwIjoiQmVhcmVyIiwiYXpwIjoibXljbGllbnQiLCJzZXNzaW9uX3N0YXRlIjoiMmU2YzBhMmQtMTMwZS00MjhiLTkwY2EtODE2NjZjMTg0MjQzIiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyJodHRwOi8vbG9jYWxob3N0OjMwMDAiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbImRlZmF1bHQtcm9sZXMtZGV2Iiwib2ZmbGluZV9hY2Nlc3MiLCJ1bWFfYXV0aG9yaXphdGlvbiJdfSwicmVzb3VyY2VfYWNjZXNzIjp7InJlYWxtLW1hbmFnZW1lbnQiOnsicm9sZXMiOlsidmlldy1yZWFsbSIsInZpZXctaWRlbnRpdHktcHJvdmlkZXJzIiwibWFuYWdlLWlkZW50aXR5LXByb3ZpZGVycyIsImltcGVyc29uYXRpb24iLCJyZWFsbS1hZG1pbiIsImNyZWF0ZS1jbGllbnQiLCJtYW5hZ2UtdXNlcnMiLCJxdWVyeS1yZWFsbXMiLCJ2aWV3LWF1dGhvcml6YXRpb24iLCJxdWVyeS1jbGllbnRzIiwicXVlcnktdXNlcnMiLCJtYW5hZ2UtZXZlbnRzIiwibWFuYWdlLXJlYWxtIiwidmlldy1ldmVudHMiLCJ2aWV3LXVzZXJzIiwidmlldy1jbGllbnRzIiwibWFuYWdlLWF1dGhvcml6YXRpb24iLCJtYW5hZ2UtY2xpZW50cyIsInF1ZXJ5LWdyb3VwcyJdfSwibXljbGllbnQiOnsicm9sZXMiOlsid2ViLWFjY2VzcyJdfSwiYnJva2VyIjp7InJvbGVzIjpbInJlYWQtdG9rZW4iXX0sImVtcGxveWVlIjp7InJvbGVzIjpbImVtcGxveWVlIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50Iiwidmlldy1hcHBsaWNhdGlvbnMiLCJ2aWV3LWNvbnNlbnQiLCJ2aWV3LWdyb3VwcyIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwibWFuYWdlLWNvbnNlbnQiLCJkZWxldGUtYWNjb3VudCIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJzaWQiOiIyZTZjMGEyZC0xMzBlLTQyOGItOTBjYS04MTY2NmMxODQyNDMiLCJwYXNzd29yZEFjdGl2ZSI6ZmFsc2UsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJuYW1lIjoiYWRtaW4gdXNlciIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6ImFkbWluIiwidXNlcmlkIjoiNjYwZTEyOTI3YTZjNmI5MGExMGEyMzg3IiwiZmFtaWx5X25hbWUiOiJ1c2VyIiwiZW1haWwiOiJhZG1pbkBnbWFpbC5jb20ifQ.PbT9QCAi-n1FR3YcrZJG8_GPfS2Tb95CipTKBr_vzC4Y9RQtddyxfIObRXS7I96-ecxnMENLPBFr-GGIARjzbTsO1o3BRMoaoCYAttvFiEKMMNkkpbQaeehAXC7Ch7SMGnO7WByudStrfguj6KRFsGBKcNvonCknBKTGJi2in_XN9qCB7YY2Zmavfhn123qV7yZH5wncjLIC_JyubvRfr2Yjxmia3mTxUp7ldYfkj1UY4DZHE-qQDmJh0H2HyPsg2kvfEGceWybWjpLO-epbQJX0dy3IE194Gbvbeu-_2F43lfIuaysKOOU6R48VWOtehLwrQuLv6xRlWlQikKBKmQ",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://keycloak.stplc.info/admin/realms/dev/users/a61aa2bb-ca68-47a7-9259-487a22338c3f/role-mappings",
							"protocol": "https",
							"host": [
								"keycloak",
								"stplc",
								"info"
							],
							"path": [
								"admin",
								"realms",
								"dev",
								"users",
								"a61aa2bb-ca68-47a7-9259-487a22338c3f",
								"role-mappings"
							]
						}
					},
					"response": []
				},
				{
					"name": "get all user profile",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhU0dzXzZFNW5hVGk5eFQwR0dqSW5rcjVfN1NzRDF0NC1ncHM4V3RHWENVIn0.eyJleHAiOjE3MTMzNjI2NzYsImlhdCI6MTcxMzM2MjM3NiwianRpIjoiZDZlMjk3ODItNGRmOS00MGYyLThlNTUtNzY4Y2VmMTA1NjBjIiwiaXNzIjoiaHR0cDovLzAuMC4wLjA6ODA4MC9yZWFsbXMvZGV2IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJicm9rZXIiLCJlbXBsb3llZSIsImFjY291bnQiXSwic3ViIjoiMDUzNTk3OWItNzhlYi00MmYyLWExMDgtNDk1MzY2MDlhNTZkIiwidHlwIjoiQmVhcmVyIiwiYXpwIjoibXljbGllbnQiLCJzZXNzaW9uX3N0YXRlIjoiYThmNjZmNDEtYzIwMi00ODNlLWEzNDgtOTc1NGJkN2M4NTgwIiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyJodHRwOi8vbG9jYWxob3N0OjMwMDAiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbImRlZmF1bHQtcm9sZXMtZGV2Iiwib2ZmbGluZV9hY2Nlc3MiLCJ1bWFfYXV0aG9yaXphdGlvbiJdfSwicmVzb3VyY2VfYWNjZXNzIjp7InJlYWxtLW1hbmFnZW1lbnQiOnsicm9sZXMiOlsidmlldy1yZWFsbSIsInZpZXctaWRlbnRpdHktcHJvdmlkZXJzIiwibWFuYWdlLWlkZW50aXR5LXByb3ZpZGVycyIsImltcGVyc29uYXRpb24iLCJyZWFsbS1hZG1pbiIsImNyZWF0ZS1jbGllbnQiLCJtYW5hZ2UtdXNlcnMiLCJxdWVyeS1yZWFsbXMiLCJ2aWV3LWF1dGhvcml6YXRpb24iLCJxdWVyeS1jbGllbnRzIiwicXVlcnktdXNlcnMiLCJtYW5hZ2UtZXZlbnRzIiwibWFuYWdlLXJlYWxtIiwidmlldy1ldmVudHMiLCJ2aWV3LXVzZXJzIiwidmlldy1jbGllbnRzIiwibWFuYWdlLWF1dGhvcml6YXRpb24iLCJtYW5hZ2UtY2xpZW50cyIsInF1ZXJ5LWdyb3VwcyJdfSwiYnJva2VyIjp7InJvbGVzIjpbInJlYWQtdG9rZW4iXX0sImVtcGxveWVlIjp7InJvbGVzIjpbImVtcGxveWVlIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50Iiwidmlldy1hcHBsaWNhdGlvbnMiLCJ2aWV3LWNvbnNlbnQiLCJ2aWV3LWdyb3VwcyIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwibWFuYWdlLWNvbnNlbnQiLCJkZWxldGUtYWNjb3VudCIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJzaWQiOiJhOGY2NmY0MS1jMjAyLTQ4M2UtYTM0OC05NzU0YmQ3Yzg1ODAiLCJwYXNzd29yZEFjdGl2ZSI6ZmFsc2UsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJuYW1lIjoiYWRtaW4gdXNlciIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6ImFkbWluIiwidXNlcmlkIjoiNjYwZTEyOTI3YTZjNmI5MGExMGEyMzg3IiwiZmFtaWx5X25hbWUiOiJ1c2VyIiwiZW1haWwiOiJhZG1pbkBnbWFpbC5jb20ifQ.eWSY_4rvnxXgYwna9V-WnBkFypjTDxbdRS2thMVxAMj_ogTHZGiA_LB8e8dY47S9UxzpqvKb4-7nvwewH5AQsWsNJH7SIxZpx5oI1ANDEETGz-ubY7diKoPynN2TnLQAMX8NgNMP6Y0vuzFhVCMT3qAKbmqgS8wYu2gZn1GHeYgsVc5E_U22rwv1bpQ02r9kKrAm3S0wwvrtfPo2Myiv2hbXc4oGkQyQW50n136uO6vAN_nsetlBoScPEiNig1BaI_iyDGkp6JOcb4-4oXTW3T2R-LQ9d4OHQIZUj4v998Julf0aPCRCbSEB1vpy2HbzrbftxNz2_iRrwDWYAK-T4g",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://0.0.0.0:8080/admin/realms/dev/ui-ext/brute-force-user?briefRepresentation=true",
							"protocol": "http",
							"host": [
								"0",
								"0",
								"0",
								"0"
							],
							"port": "8080",
							"path": [
								"admin",
								"realms",
								"dev",
								"ui-ext",
								"brute-force-user"
							],
							"query": [
								{
									"key": "briefRepresentation",
									"value": "true"
								},
								{
									"key": "first",
									"value": "0",
									"disabled": true
								},
								{
									"key": "max",
									"value": "101",
									"disabled": true
								},
								{
									"key": "q",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "get user profile",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhU0dzXzZFNW5hVGk5eFQwR0dqSW5rcjVfN1NzRDF0NC1ncHM4V3RHWENVIn0.eyJleHAiOjE3MTMzNjczMTAsImlhdCI6MTcxMzM2NzAxMCwianRpIjoiMTBhMGNkMzYtMTUwMi00ZGU0LTk2OTAtYTk3Y2EzOWM2ODU5IiwiaXNzIjoiaHR0cDovLzAuMC4wLjA6ODA4MC9yZWFsbXMvZGV2IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJicm9rZXIiLCJlbXBsb3llZSIsImFjY291bnQiXSwic3ViIjoiMDUzNTk3OWItNzhlYi00MmYyLWExMDgtNDk1MzY2MDlhNTZkIiwidHlwIjoiQmVhcmVyIiwiYXpwIjoibXljbGllbnQiLCJzZXNzaW9uX3N0YXRlIjoiYTM2YTkxMTctOGFkNi00YjQ5LTkxNjMtMmI4NGFmMDA3ODc0IiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyJodHRwOi8vbG9jYWxob3N0OjMwMDAiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbImRlZmF1bHQtcm9sZXMtZGV2Iiwib2ZmbGluZV9hY2Nlc3MiLCJ1bWFfYXV0aG9yaXphdGlvbiJdfSwicmVzb3VyY2VfYWNjZXNzIjp7InJlYWxtLW1hbmFnZW1lbnQiOnsicm9sZXMiOlsidmlldy1yZWFsbSIsInZpZXctaWRlbnRpdHktcHJvdmlkZXJzIiwibWFuYWdlLWlkZW50aXR5LXByb3ZpZGVycyIsImltcGVyc29uYXRpb24iLCJyZWFsbS1hZG1pbiIsImNyZWF0ZS1jbGllbnQiLCJtYW5hZ2UtdXNlcnMiLCJxdWVyeS1yZWFsbXMiLCJ2aWV3LWF1dGhvcml6YXRpb24iLCJxdWVyeS1jbGllbnRzIiwicXVlcnktdXNlcnMiLCJtYW5hZ2UtZXZlbnRzIiwibWFuYWdlLXJlYWxtIiwidmlldy1ldmVudHMiLCJ2aWV3LXVzZXJzIiwidmlldy1jbGllbnRzIiwibWFuYWdlLWF1dGhvcml6YXRpb24iLCJtYW5hZ2UtY2xpZW50cyIsInF1ZXJ5LWdyb3VwcyJdfSwiYnJva2VyIjp7InJvbGVzIjpbInJlYWQtdG9rZW4iXX0sImVtcGxveWVlIjp7InJvbGVzIjpbImVtcGxveWVlIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50Iiwidmlldy1hcHBsaWNhdGlvbnMiLCJ2aWV3LWNvbnNlbnQiLCJ2aWV3LWdyb3VwcyIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwibWFuYWdlLWNvbnNlbnQiLCJkZWxldGUtYWNjb3VudCIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJzaWQiOiJhMzZhOTExNy04YWQ2LTRiNDktOTE2My0yYjg0YWYwMDc4NzQiLCJwYXNzd29yZEFjdGl2ZSI6ZmFsc2UsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJuYW1lIjoiYWRtaW4gdXNlciIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6ImFkbWluIiwidXNlcmlkIjoiNjYwZTEyOTI3YTZjNmI5MGExMGEyMzg3IiwiZmFtaWx5X25hbWUiOiJ1c2VyIiwiZW1haWwiOiJhZG1pbkBnbWFpbC5jb20ifQ.odbPUGwENMPS6FMSy2JfLWedIvm-1ieDujP3RQ_21SO_SRgoyqyx2Rx7M-_B05-ZQql3rN4ft8ERrib_AB1mt0uxjXoKLhT4lQz0HfeR7cblKfYIFFqfjOcvDvUmcB6Q9Ie3mtRcuvUU9Q5dT2K5StXqr4MiFE3d7pRLiAOcdTCg72T-S1Mk2CXV7wVlYXqcYXMrMu3Lh_uuKJolP-lNWMkR2KmDIDzeO3uXpv8p3aO_We7cGFQtvTVKs4H9Rxv-mXDF9DwRhAEEFyZSerOgMIngVXzwvwJuD7tBtmBH5juXx5iDgk0__t-ODwmu6uYQGPdY0ny6XGW19TYtj5RA_Q",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://0.0.0.0:8080/admin/realms/dev/users?email=admin@gmail.com",
							"protocol": "http",
							"host": [
								"0",
								"0",
								"0",
								"0"
							],
							"port": "8080",
							"path": [
								"admin",
								"realms",
								"dev",
								"users"
							],
							"query": [
								{
									"key": "email",
									"value": "admin@gmail.com"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "get available client roles",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJKNHVHMFg2SjRUVmdkejVDS2JzX3lNXzRKekIxOFcxTW96Ri11anFyTEo4In0.eyJleHAiOjE3MTM3ODA2MzIsImlhdCI6MTcxMzYwNzgzMiwianRpIjoiMDgzNGE2MjYtYmI0My00Zjk4LWE2YTMtOTI1OWUwYzNlYTg0IiwiaXNzIjoiaHR0cHM6Ly9rZXljbG9hay5zdHBsYy5pbmZvL3JlYWxtcy9kZXYiLCJhdWQiOlsicmVhbG0tbWFuYWdlbWVudCIsImNhcmVob21lX2FuZHJvaWQiLCJicm9rZXIiLCJhY2NvdW50IiwiY2FyZWhvbWUtbW9iaWxlIl0sInN1YiI6ImZiNzc0ZjlmLTQxMzUtNDQ5OS1iYzdhLTU4YWM2YjUzM2FjYiIsInR5cCI6IkJlYXJlciIsImF6cCI6Im15Y2xpZW50Iiwic2Vzc2lvbl9zdGF0ZSI6ImFiNGUzMTIxLTBmN2EtNDNmNy04NGNhLTNmZDVlN2FhNjc3YyIsImFjciI6IjEiLCJhbGxvd2VkLW9yaWdpbnMiOlsiaHR0cHM6Ly9kZXYtY2FyZWRvbS5zdHBsYy5pbmZvIiwiaHR0cDovL2xvY2FsaG9zdDozMDAwIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJkZWZhdWx0LXJvbGVzLWRldiIsImFkbWluIiwiaHIiLCJwYXlyb2xsIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsicmVhbG0tbWFuYWdlbWVudCI6eyJyb2xlcyI6WyJ2aWV3LWlkZW50aXR5LXByb3ZpZGVycyIsInZpZXctcmVhbG0iLCJtYW5hZ2UtaWRlbnRpdHktcHJvdmlkZXJzIiwiaW1wZXJzb25hdGlvbiIsInJlYWxtLWFkbWluIiwiY3JlYXRlLWNsaWVudCIsIm1hbmFnZS11c2VycyIsInF1ZXJ5LXJlYWxtcyIsInZpZXctYXV0aG9yaXphdGlvbiIsInF1ZXJ5LWNsaWVudHMiLCJxdWVyeS11c2VycyIsIm1hbmFnZS1ldmVudHMiLCJtYW5hZ2UtcmVhbG0iLCJ2aWV3LWV2ZW50cyIsInZpZXctdXNlcnMiLCJ2aWV3LWNsaWVudHMiLCJtYW5hZ2UtYXV0aG9yaXphdGlvbiIsIm1hbmFnZS1jbGllbnRzIiwicXVlcnktZ3JvdXBzIl19LCJjYXJlaG9tZV9hbmRyb2lkIjp7InJvbGVzIjpbInVtYV9wcm90ZWN0aW9uIl19LCJteWNsaWVudCI6eyJyb2xlcyI6WyJhZGQtc3lzdGVtIl19LCJicm9rZXIiOnsicm9sZXMiOlsicmVhZC10b2tlbiJdfSwiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsInZpZXctYXBwbGljYXRpb25zIiwidmlldy1jb25zZW50Iiwidmlldy1ncm91cHMiLCJtYW5hZ2UtYWNjb3VudC1saW5rcyIsImRlbGV0ZS1hY2NvdW50IiwibWFuYWdlLWNvbnNlbnQiLCJ2aWV3LXByb2ZpbGUiXX0sImNhcmVob21lLW1vYmlsZSI6eyJyb2xlcyI6WyJ1bWFfcHJvdGVjdGlvbiJdfX0sInNjb3BlIjoib3BlbmlkIHByb2ZpbGUgZW1haWwiLCJzaWQiOiJhYjRlMzEyMS0wZjdhLTQzZjctODRjYS0zZmQ1ZTdhYTY3N2MiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwibmFtZSI6ImFkbWluIHVzZXIiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJhZG1pbiIsImdpdmVuX25hbWUiOiJhZG1pbiIsImZhbWlseV9uYW1lIjoidXNlciIsImVtYWlsIjoiYWRtaW5AeW9wbWFpbC5jb20ifQ.HnnYHSle5aaAIUTaMYT8SWDuY8VhSAK-Jon2_EnEmQBKc8PmnOMgV4VceBGa7PYG6G7O62q8FDcX62OJaqOQ-0CVo59EPxX1p4jg5rsaa9YFJfQmuCExqbTS7MinyuXbupE2Gdi5Levh80lHj_gWtej_IXdbhfhQkEI5MYTWrVSbd8CDUQlNwCMjXsPElTh1B0WUQoT9LYMs1ycH0l4t_rbvCK3-_Iv3l9TQKvIX9hNrtZSxkj4b_u15Ed2kJCSdM0V7oGD-hGvQEvDti6TI4PUFftY-GCrjKdQQAByV87arjmboPNdOj4GZ-tV2B_0fIjaElc-oAkgoT4UdPWvoeQ",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://keycloak.stplc.info/admin/realms/dev/users/18cd0215-e539-4b59-b3ee-11078f18d2c9/role-mappings",
							"protocol": "https",
							"host": [
								"keycloak",
								"stplc",
								"info"
							],
							"path": [
								"admin",
								"realms",
								"dev",
								"users",
								"18cd0215-e539-4b59-b3ee-11078f18d2c9",
								"role-mappings"
							]
						}
					},
					"response": []
				},
				{
					"name": "remove access",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJhU0dzXzZFNW5hVGk5eFQwR0dqSW5rcjVfN1NzRDF0NC1ncHM4V3RHWENVIn0.eyJleHAiOjE3MTM0MjM3MjIsImlhdCI6MTcxMzQyMzQyMiwianRpIjoiYmViNDEwYzAtNmQ0Zi00Mzk2LWFhY2UtZGVkOTNmOTcwYTIyIiwiaXNzIjoiaHR0cDovLzAuMC4wLjA6ODA4MC9yZWFsbXMvZGV2IiwiYXVkIjpbInJlYWxtLW1hbmFnZW1lbnQiLCJicm9rZXIiLCJlbXBsb3llZSIsImFjY291bnQiXSwic3ViIjoiMDUzNTk3OWItNzhlYi00MmYyLWExMDgtNDk1MzY2MDlhNTZkIiwidHlwIjoiQmVhcmVyIiwiYXpwIjoibXljbGllbnQiLCJzZXNzaW9uX3N0YXRlIjoiMWRlY2FlNDctZjgwNi00ZjJmLWIyYjQtNTExYzc1MmQzYmE3IiwiYWNyIjoiMSIsImFsbG93ZWQtb3JpZ2lucyI6WyJodHRwOi8vbG9jYWxob3N0OjMwMDAiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbImRlZmF1bHQtcm9sZXMtZGV2Iiwib2ZmbGluZV9hY2Nlc3MiLCJ1bWFfYXV0aG9yaXphdGlvbiJdfSwicmVzb3VyY2VfYWNjZXNzIjp7InJlYWxtLW1hbmFnZW1lbnQiOnsicm9sZXMiOlsidmlldy1yZWFsbSIsInZpZXctaWRlbnRpdHktcHJvdmlkZXJzIiwibWFuYWdlLWlkZW50aXR5LXByb3ZpZGVycyIsImltcGVyc29uYXRpb24iLCJyZWFsbS1hZG1pbiIsImNyZWF0ZS1jbGllbnQiLCJtYW5hZ2UtdXNlcnMiLCJxdWVyeS1yZWFsbXMiLCJ2aWV3LWF1dGhvcml6YXRpb24iLCJxdWVyeS1jbGllbnRzIiwicXVlcnktdXNlcnMiLCJtYW5hZ2UtZXZlbnRzIiwibWFuYWdlLXJlYWxtIiwidmlldy1ldmVudHMiLCJ2aWV3LXVzZXJzIiwidmlldy1jbGllbnRzIiwibWFuYWdlLWF1dGhvcml6YXRpb24iLCJtYW5hZ2UtY2xpZW50cyIsInF1ZXJ5LWdyb3VwcyJdfSwiYnJva2VyIjp7InJvbGVzIjpbInJlYWQtdG9rZW4iXX0sImVtcGxveWVlIjp7InJvbGVzIjpbImVtcGxveWVlIl19LCJhY2NvdW50Ijp7InJvbGVzIjpbIm1hbmFnZS1hY2NvdW50Iiwidmlldy1hcHBsaWNhdGlvbnMiLCJ2aWV3LWNvbnNlbnQiLCJ2aWV3LWdyb3VwcyIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwibWFuYWdlLWNvbnNlbnQiLCJkZWxldGUtYWNjb3VudCIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoib3BlbmlkIGVtYWlsIHByb2ZpbGUiLCJzaWQiOiIxZGVjYWU0Ny1mODA2LTRmMmYtYjJiNC01MTFjNzUyZDNiYTciLCJwYXNzd29yZEFjdGl2ZSI6ZmFsc2UsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJuYW1lIjoiYWRtaW4gdXNlciIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiZ2l2ZW5fbmFtZSI6ImFkbWluIiwidXNlcmlkIjoiNjYwZTEyOTI3YTZjNmI5MGExMGEyMzg3IiwiZmFtaWx5X25hbWUiOiJ1c2VyIiwiZW1haWwiOiJhZG1pbkBnbWFpbC5jb20ifQ.MxjrvSCbtepJBd_Y6_GpptCgd70SplxeAUoecnH1SRPun0b1EPKRZerC0_llavx747hUkVkLx6iNmgVkoROi9tnAcXjKtMie5n0E_ESoTMkYAJCS1VjSJViT0TnZK29pNL4HvCbjihs962QWyTEBngPtt4DWameZ586Bxm2_XzxYaRylL7BsVax8pJWNV0H5MF5Kf7PkxhwjTniUfqTIWYzbCNW7SzYmxYNoqp7cSviaNN0WGyGLy0OxZPlS2f_MKlXv0VceF-5BM_QHKafsRlHmRUfrx98DHQ9HJ8E5Sdckan9CMfruDjF9rJppAC9AuVIn3MbDrF6F-5EeP2U_og",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "[\n    {\n        \"id\": \"625411db-ff98-4a8d-9c7d-637909378ee7\",\n        \"name\": \"web-access\",\n        \"description\": \"access to web\"\n    }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "http://0.0.0.0:8080/admin/realms/dev/users/0535979b-78eb-42f2-a108-49536609a56d/role-mappings/clients/e63ad72d-c413-4518-b8a1-3df222f1a0b7",
							"protocol": "http",
							"host": [
								"0",
								"0",
								"0",
								"0"
							],
							"port": "8080",
							"path": [
								"admin",
								"realms",
								"dev",
								"users",
								"0535979b-78eb-42f2-a108-49536609a56d",
								"role-mappings",
								"clients",
								"e63ad72d-c413-4518-b8a1-3df222f1a0b7"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "url",
			"value": "http://localhost:7000/",
			"type": "string"
		},
		{
			"key": "dev",
			"value": "https://dev-caredom.stplc.info/api/",
			"type": "string"
		},
		{
			"key": "qa",
			"value": "https://qa-caredom.stplc.info/api/",
			"type": "string"
		},
		{
			"key": "stage",
			"value": "https://stage-caredom.stplc.info/api/",
			"type": "string"
		}
	]
}