{
	"info": {
		"_postman_id": "63194f46-b1b5-4829-ba3b-d5e8f789aa73",
		"name": "ref",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "user",
			"item": [
				{
					"name": "signup",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "firstName",
									"value": "shreyansh",
									"type": "default"
								},
								{
									"key": "lastName",
									"value": "sheth",
									"type": "default"
								},
								{
									"key": "businessName",
									"value": "cotton-supply",
									"type": "default"
								},
								{
									"key": "email",
									"value": "shreya.s@upsquare.in",
									"type": "default"
								},
								{
									"key": "password",
									"value": "qrst*up2",
									"type": "default"
								},
								{
									"key": "smsNumber",
									"value": "+919586275749",
									"type": "default"
								},
								{
									"key": "file",
									"type": "file",
									"src": "Downloads/boy.png"
								},
								{
									"key": "website",
									"value": "www.cottonsupply.com",
									"type": "default"
								},
								{
									"key": "businessType",
									"value": "cotton",
									"type": "default"
								},
								{
									"key": "aboutMyBusiness",
									"value": "Cotton fibers are natural hollow fibers; they are soft, cool, known as breathable fibers and absorbent.",
									"type": "default"
								},
								{
									"key": "myPerfectClient",
									"value": "dbsvlkdjgvbdcxjodsvgb",
									"type": "default"
								},
								{
									"key": "deviceId",
									"value": "5ae4f0d6-19ed-487c-977f-037787decb61",
									"type": "default"
								}
							]
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/signup",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"signup"
							]
						}
					},
					"response": [
						{
							"name": "signup",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "firstName",
											"value": "shreyansh",
											"type": "default"
										},
										{
											"key": "lastName",
											"value": "sheth",
											"type": "default"
										},
										{
											"key": "businessName",
											"value": "cotton-supply",
											"type": "default"
										},
										{
											"key": "email",
											"value": "shreya.s@upsquare.in",
											"type": "default"
										},
										{
											"key": "password",
											"value": "qrst*up2",
											"type": "default"
										},
										{
											"key": "smsNumber",
											"value": "+919586275749",
											"type": "default"
										},
										{
											"key": "file",
											"type": "file",
											"src": "Downloads/boy.png"
										},
										{
											"key": "website",
											"value": "www.cottonsupply.com",
											"type": "default"
										},
										{
											"key": "businessType",
											"value": "cotton",
											"type": "default"
										},
										{
											"key": "aboutMyBusiness",
											"value": "Cotton fibers are natural hollow fibers; they are soft, cool, known as breathable fibers and absorbent.",
											"type": "default"
										},
										{
											"key": "myPerfectClient",
											"value": "dbsvlkdjgvbdcxjodsvgb",
											"type": "default"
										},
										{
											"key": "deviceId",
											"value": "5ae4f0d6-19ed-487c-977f-037787decb61",
											"type": "default"
										}
									]
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/signup",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"signup"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "870"
								},
								{
									"key": "ETag",
									"value": "W/\"366-jw4bKo3BcE1Rzv+pVtqfHw9G/jU\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 12:13:58 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"code\": 200,\n        \"data\": {\n            \"data\": {\n                \"firstName\": \"shreyansh\",\n                \"lastName\": \"sheth\",\n                \"businessName\": \"cotton-supply\",\n                \"email\": \"shreya.s@upsquare.in\",\n                \"password\": \"$2b$10$/mBTMhAsnvydcTSu7ADqUuGRqMIrzI96Yylt6eDE3ebUJs/9IgToG\",\n                \"smsNumber\": 919586275749,\n                \"website\": \"www.cottonsupply.com\",\n                \"businessType\": \"cotton\",\n                \"aboutMyBusiness\": \"Cotton fibers are natural hollow fibers; they are soft, cool, known as breathable fibers and absorbent.\",\n                \"myPerfectClient\": \"dbsvlkdjgvbdcxjodsvgb\",\n                \"_id\": \"6581890439b5b4642a39086a\",\n                \"createdAt\": \"2023-12-19T12:13:56.551Z\",\n                \"updatedAt\": \"2023-12-19T12:13:56.551Z\",\n                \"__v\": 0,\n                \"id\": \"6581890439b5b4642a39086a\"\n            },\n            \"location\": \"https://referral-systems.s3.amazonaws.com/referral-systems/profile/6581890439b5b4642a39086a1702988036604?AWSAccessKeyId=AKIAZUD3E2O6XI54RTUK&Expires=1703006038&Signature=Vkq3LQQXvglj2MH1v7lo6pk1fy8%3D\"\n        },\n        \"message\": \"user register successfully\"\n    }\n}"
						}
					]
				},
				{
					"name": "signin",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"email\":\"shreyansh.s@upsquare.in\",\n    \"password\":\"qrst*up2\",\n    \"deviceId\":\"5ae4f0d6-19ed-487c-977f-037787decb61\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/sign-in",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"sign-in"
							]
						}
					},
					"response": [
						{
							"name": "localhost:3000/api/v1/user/signin",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"email\":\"ronak.s@upsquare.in\",\n    \"password\":\"qrst*up2\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/signin",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"signin"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "239"
								},
								{
									"key": "ETag",
									"value": "W/\"ef-7juaNPPZzAe61xu7b8lnsG9WP5Q\""
								},
								{
									"key": "Date",
									"value": "Thu, 05 Oct 2023 12:49:14 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1MWU5MzZjZTcwOTJiY2Y0MmZhZjY0ZCIsImVtYWlsIjoicm9uYWsuc0B1cHNxdWFyZS5pbiIsImlhdCI6MTY5NjUxMDE1NCwiZXhwIjoxNjk3MTE0OTU0fQ.uRgiXYuI8dBKC19Rb_hdY0g7eR-QCmQkzqsSeV-F-qQ\"\n    }\n}"
						}
					]
				},
				{
					"name": "userProfile",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/profile",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"profile"
							]
						}
					},
					"response": [
						{
							"name": "userProfile",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/profile",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"profile"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "528"
								},
								{
									"key": "ETag",
									"value": "W/\"210-eQSyAW5qp+cuR710Ckry8Ca9KYI\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 06:58:48 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"data\": {\n            \"name\": \"shreyansh sheth\",\n            \"email\": \"shreyansh.s@upsquare.in\",\n            \"smsNumber\": 919586275749,\n            \"website\": \"https://www.coca-colacompany.com/\",\n            \"aboutMyBusiness\": \"The drink industry company also manufactures, sells, and markets othe...\",\n            \"myPerfectClient\": \"dbsvlkdjgvbdcxjodsvgb\",\n            \"pdfName\": \"null\",\n            \"profileUrl\": \"https://referral-systems.s3.amazonaws.com/referral-systems/profile/658137e6551c40168cc2537a1702969004679?AWSAccessKeyId=AKIAZUD3E2O6XI54RTUK&Expires=1702987128&Signature=IEIVNvMhxYBicobQuzY64fOLMRc%3D\"\n        },\n        \"code\": 200\n    }\n}"
						}
					]
				},
				{
					"name": "updateuser",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "firstName",
									"value": "shreyansh",
									"type": "text"
								},
								{
									"key": "lastName",
									"value": "sheth",
									"type": "text"
								},
								{
									"key": "businessName",
									"value": "coca-cola",
									"type": "text"
								},
								{
									"key": "smsNumber",
									"value": "+9112222222",
									"type": "text"
								},
								{
									"key": "website",
									"value": "https://www.coca-colacompany.com/",
									"type": "text"
								},
								{
									"key": "businessType",
									"value": "not derink",
									"type": "text"
								},
								{
									"key": "aboutMyBusiness",
									"value": "The drink industry company also manufactures, sells, and markets othe...",
									"type": "text"
								},
								{
									"key": "myPerfectClient",
									"value": "dbsvlkdjgvbdcxjodsvgb",
									"type": "text"
								},
								{
									"key": "image",
									"type": "file",
									"src": "Downloads/boy.png"
								}
							]
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/updateuser",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"updateuser"
							]
						}
					},
					"response": [
						{
							"name": "updateuser",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "firstName",
											"value": "shreyansh",
											"type": "text"
										},
										{
											"key": "lastName",
											"value": "sheth",
											"type": "text"
										},
										{
											"key": "businessName",
											"value": "coca-cola",
											"type": "text"
										},
										{
											"key": "smsNumber",
											"value": "+9112222222",
											"type": "text"
										},
										{
											"key": "website",
											"value": "https://www.coca-colacompany.com/",
											"type": "text"
										},
										{
											"key": "businessType",
											"value": "not derink",
											"type": "text"
										},
										{
											"key": "aboutMyBusiness",
											"value": "The drink industry company also manufactures, sells, and markets othe...",
											"type": "text"
										},
										{
											"key": "myPerfectClient",
											"value": "dbsvlkdjgvbdcxjodsvgb",
											"type": "text"
										},
										{
											"key": "image",
											"type": "file",
											"src": "Downloads/boy.png"
										}
									]
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/updateuser",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"updateuser"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "853"
								},
								{
									"key": "ETag",
									"value": "W/\"355-kBTs1hWGNndGh4KhHD2kVwWLVXs\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 11:26:19 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": {\n        \"userData\": {\n            \"_id\": \"658137e6551c40168cc2537a\",\n            \"firstName\": \"shreyansh\",\n            \"lastName\": \"sheth\",\n            \"businessName\": \"coca-cola\",\n            \"email\": \"shreyansh.s@upsquare.in\",\n            \"password\": \"$2b$10$jq/WeAUYqQYch9auVV1SgO2AGoqZXrDMAl40Kvf9NrKqiB2Q4c1GK\",\n            \"smsNumber\": 9112222222,\n            \"website\": \"https://www.coca-colacompany.com/\",\n            \"businessType\": \"not derink\",\n            \"aboutMyBusiness\": \"The drink industry company also manufactures, sells, and markets othe...\",\n            \"myPerfectClient\": \"dbsvlkdjgvbdcxjodsvgb\",\n            \"createdAt\": \"2023-12-19T06:27:50.772Z\",\n            \"updatedAt\": \"2023-12-19T06:27:50.772Z\",\n            \"__v\": 0,\n            \"id\": \"658137e6551c40168cc2537a\"\n        },\n        \"location\": \"https://referral-systems.s3.amazonaws.com/referral-systems/profile/658137e6551c40168cc2537a1702985178127?AWSAccessKeyId=AKIAZUD3E2O6XI54RTUK&Expires=1703003179&Signature=hiOhcazW1QIfqE8sf5DmR3Rmf0Y%3D\"\n    },\n    \"message\": \"user has been update to profile\"\n}"
						}
					]
				},
				{
					"name": "search user",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "localhost:3000/api/v1/user/search?limit=2&page=1&searchtext=shreyansh.s@upsquare.in",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"search"
							],
							"query": [
								{
									"key": "limit",
									"value": "2"
								},
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "searchtext",
									"value": "shreyansh.s@upsquare.in"
								}
							]
						}
					},
					"response": [
						{
							"name": "name search user",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/search?limit=2&page=1&searchtext=shreyansh",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"search"
									],
									"query": [
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "searchtext",
											"value": "shreyansh"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "832"
								},
								{
									"key": "ETag",
									"value": "W/\"340-dC+QZPXdkZcvzFEyemnbiuXLN/M\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 06:53:04 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"data\": {\n            \"data\": [\n                {\n                    \"_id\": \"658137e6551c40168cc2537a\",\n                    \"firstName\": \"shreyansh\",\n                    \"lastName\": \"sheth\",\n                    \"businessName\": \"cotton-supply\",\n                    \"email\": \"shreyansh.s@upsquare.in\",\n                    \"smsNumber\": 919428157948,\n                    \"website\": \"www.cottonsupply.com\",\n                    \"businessType\": \"cotton\",\n                    \"aboutMyBusiness\": \"Cotton fibers are natural hollow fibers; they are soft, cool, known as breathable fibers and absorbent.\",\n                    \"myPerfectClient\": \"dbsvlkdjgvbdcxjodsvgb\",\n                    \"UserMeta\": [\n                        {\n                            \"_id\": \"658137e7551c40168cc2537c\",\n                            \"location\": \"https://referral-systems.s3.amazonaws.com/referral-systems/profile/658137e6551c40168cc2537a1702967270816?AWSAccessKeyId=AKIAZUD3E2O6XI54RTUK&Expires=1702985271&Signature=JJocJaWIc2E8%2FPvpfWKSqEI9HzY%3D\",\n                            \"user\": \"658137e6551c40168cc2537a\"\n                        }\n                    ],\n                    \"id\": \"658137e6551c40168cc2537a\"\n                }\n            ],\n            \"totalPages\": 1,\n            \"currentPage\": 1,\n            \"currentPageRecords\": 1,\n            \"isLastPage\": true\n        },\n        \"code\": 200\n    }\n}"
						},
						{
							"name": "email search user",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/search?limit=2&page=1&searchtext=shreyansh.s@upsquare.in",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"search"
									],
									"query": [
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "searchtext",
											"value": "shreyansh.s@upsquare.in"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "832"
								},
								{
									"key": "ETag",
									"value": "W/\"340-dC+QZPXdkZcvzFEyemnbiuXLN/M\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 06:53:41 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"data\": {\n            \"data\": [\n                {\n                    \"_id\": \"658137e6551c40168cc2537a\",\n                    \"firstName\": \"shreyansh\",\n                    \"lastName\": \"sheth\",\n                    \"businessName\": \"cotton-supply\",\n                    \"email\": \"shreyansh.s@upsquare.in\",\n                    \"smsNumber\": 919428157948,\n                    \"website\": \"www.cottonsupply.com\",\n                    \"businessType\": \"cotton\",\n                    \"aboutMyBusiness\": \"Cotton fibers are natural hollow fibers; they are soft, cool, known as breathable fibers and absorbent.\",\n                    \"myPerfectClient\": \"dbsvlkdjgvbdcxjodsvgb\",\n                    \"UserMeta\": [\n                        {\n                            \"_id\": \"658137e7551c40168cc2537c\",\n                            \"location\": \"https://referral-systems.s3.amazonaws.com/referral-systems/profile/658137e6551c40168cc2537a1702967270816?AWSAccessKeyId=AKIAZUD3E2O6XI54RTUK&Expires=1702985271&Signature=JJocJaWIc2E8%2FPvpfWKSqEI9HzY%3D\",\n                            \"user\": \"658137e6551c40168cc2537a\"\n                        }\n                    ],\n                    \"id\": \"658137e6551c40168cc2537a\"\n                }\n            ],\n            \"totalPages\": 1,\n            \"currentPage\": 1,\n            \"currentPageRecords\": 1,\n            \"isLastPage\": true\n        },\n        \"code\": 200\n    }\n}"
						}
					]
				},
				{
					"name": "logout",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1NjVjMjE4YjUxY2IxNjc2MjkwN2M3MiIsImVtYWlsIjoieWFzaHZlZS5zQHVwc3F1YXJlLmluIiwiaWF0IjoxNzAxMTc1NDgyLCJleHAiOjE3MDE3ODAyODJ9.GAEgkzvPgRrFNjlaj93HUg19zQRHJDnJBkwUHPwC1Us",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"deviceId\":\"5ae4f0d6-19ed-487c-977f-037787decb61\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/logout",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"logout"
							]
						}
					},
					"response": [
						{
							"name": "logout",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"deviceId\":\"5ae4f0d6-19ed-487c-977f-037787decb61\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/logout",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"logout"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "72"
								},
								{
									"key": "ETag",
									"value": "W/\"48-yLKwudtCUwQ7BcPk5RrjD/Q77so\""
								},
								{
									"key": "Date",
									"value": "Tue, 28 Nov 2023 12:45:02 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": {\n        \"message\": \"logout successfully\"\n    },\n    \"status\": \"success\"\n}"
						}
					]
				},
				{
					"name": "change-password",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1NzA3NjNmYTdkYmNkMWQ2YTM5NzM2MSIsImVtYWlsIjoicm9oaS5zQHVwc3F1YXJlLmluIiwiaWF0IjoxNzAyMzgzMDEzLCJleHAiOjE3MDI5ODc4MTN9.2IdfyoZ6UUR1xqDgKDqxz71jsfXu1aVlSzLeObtV9fg",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"old_password\":\"qrst*up2\",\n    \"new_password\":\"123456789\",\n    \"confirm_Password\":\"123456789\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/change-password",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"change-password"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "referral",
			"item": [
				{
					"name": "add-ref",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"firstName\":\"shreyansh\",\n    \"lastName\":\"sheth\",\n    \"email\":\"shreyansh.s@upsquare.in\",\n    \"phoneNumber\":919586275749,\n    \"role\":\"scoca-cola\",\n    \"reason\":\"costly\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/add-ref",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"add-ref"
							]
						}
					},
					"response": [
						{
							"name": "add-ref",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"firstName\":\"shreyansh\",\n    \"lastName\":\"sheth\",\n    \"email\":\"shreyansh.s@upsquare.in\",\n    \"phoneNumber\":919586275749,\n    \"role\":\"scoca-cola\",\n    \"reason\":\"costly\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/add-ref",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"add-ref"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "206"
								},
								{
									"key": "ETag",
									"value": "W/\"ce-Ec5jeURBL8WLZxS6M4M6THkZ7t0\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 07:06:42 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"data\": {\n            \"Name\": \"Shreyansh Sheth\",\n            \"businessType\": \"scoca-cola\",\n            \"cellPhoneNumber\": 919586275749,\n            \"email\": \"shreyansh.s@upsquare.in\",\n            \"Why\": \"costly\"\n        },\n        \"message\": \"add referrals successfully\",\n        \"code\": 200\n    }\n}"
						}
					]
				},
				{
					"name": "retrieve ref",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "localhost:3000/api/v1/user/retrieve/ref?limit=2&page=1",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"retrieve",
								"ref"
							],
							"query": [
								{
									"key": "limit",
									"value": "2"
								},
								{
									"key": "page",
									"value": "1"
								}
							]
						}
					},
					"response": [
						{
							"name": "retrieve ref",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/retrieve/ref?limit=2&page=1",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"retrieve",
										"ref"
									],
									"query": [
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "420"
								},
								{
									"key": "ETag",
									"value": "W/\"1a4-qb+7tex/yezqTYISu/2egLQZjE4\""
								},
								{
									"key": "Date",
									"value": "Tue, 31 Oct 2023 12:17:07 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": {\n        \"data\": [\n            {\n                \"Name\": \"Ronak Shah\",\n                \"businessType\": \"coffee\",\n                \"cellPhoneNumber\": 919428157948,\n                \"email\": \"ronak.s@upsquare.in\",\n                \"Why\": \"very costly\",\n                \"time\": \"4 hrs ago\"\n            },\n            {\n                \"Name\": \"Dinesh Prajapati\",\n                \"businessType\": \"mobile\",\n                \"cellPhoneNumber\": 919428157948,\n                \"email\": \"dinesh.p@upsquare.in\",\n                \"Why\": \"very costly\",\n                \"time\": \"1 min ago\"\n            }\n        ],\n        \"totalPages\": 1,\n        \"currentPage\": 1,\n        \"currentPageRecords\": 2,\n        \"isLastPage\": true\n    },\n    \"status\": \"success\"\n}"
						},
						{
							"name": "retrieve ref",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/retrieve/ref?limit=2&page=1",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"retrieve",
										"ref"
									],
									"query": [
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "269"
								},
								{
									"key": "ETag",
									"value": "W/\"10d-2f935fCVQDl1D6p3/oizybrCqis\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 07:13:26 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"data\": {\n            \"data\": [\n                {\n                    \"Name\": \"Shreyansh Sheth\",\n                    \"businessType\": \"scoca-cola\",\n                    \"cellPhoneNumber\": 919586275749,\n                    \"email\": \"shreyansh.s@upsquare.in\",\n                    \"Why\": \"costly\",\n                    \"time\": \"6 min ago\"\n                }\n            ],\n            \"totalPages\": 1,\n            \"currentPage\": 1,\n            \"currentPageRecords\": 1,\n            \"isLastPage\": true\n        },\n        \"code\": 200\n    }\n}"
						}
					]
				},
				{
					"name": "update ref",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1MjU0MGJhYmU1ZjM5Zjk3MTEyNDM2OCIsImVtYWlsIjoibmFpdmlsLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE2OTg5ODk0NjIsImV4cCI6MTY5OTU5NDI2Mn0.uF51Pi5aG-VGeEAbaakl8GLqDitN2bbxJSZIE1kZlsY",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"dealValue\": 855,\n    \"status\":\"text test\",\n    \"note\": \"vjjdsa bdvokgdspv vjsokdsvj\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/update/ref/6540f482e095b487e5467288",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"update",
								"ref",
								"6540f482e095b487e5467288"
							]
						}
					},
					"response": [
						{
							"name": "update ref",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"dealValue\": 852,\n    \"status\":\"dvldsvbdsvl\",\n    \"note\": \"vjjdsa bdvokgdspv vjsokdsvj\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/update/ref/:id",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"update",
										"ref",
										":id"
									],
									"variable": [
										{
											"key": "id",
											"value": "6538caaa0488645dcda247df"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "82"
								},
								{
									"key": "ETag",
									"value": "W/\"52-55OyAqRrZUVIh5Uz+xvrA0ABhD4\""
								},
								{
									"key": "Date",
									"value": "Thu, 26 Oct 2023 07:14:14 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": {\n        \"message\": \"refferal update successfully \"\n    },\n    \"status\": \"success\"\n}"
						}
					]
				},
				{
					"name": "reflist",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "localhost:3000/api/v1/user/ref-list",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"ref-list"
							]
						}
					},
					"response": [
						{
							"name": "reflist",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/reflist",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"reflist"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "189"
								},
								{
									"key": "ETag",
									"value": "W/\"bd-SEi9wSE2dfzIy6K4WnvhzLFDGXk\""
								},
								{
									"key": "Date",
									"value": "Mon, 06 Nov 2023 09:18:08 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": [\n        \"in 1st place this month is Yash Patel with 4 referrals!\",\n        \"Ronak Shah has referred 3\",\n        \"Naivil Shah has referred 1\",\n        \"Dinesh Prajapati has referred 1\"\n    ],\n    \"status\": \"success\"\n}"
						},
						{
							"name": "reflist",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/ref-list",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"ref-list"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "97"
								},
								{
									"key": "ETag",
									"value": "W/\"61-zgM2qle7Oqgow8c2iU5QZPZUPoM\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 07:15:38 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"data\": [\n            \"in 1st place this month is Shreyansh Sheth with 1 referrals!\"\n        ],\n        \"code\": 200\n    }\n}"
						}
					]
				},
				{
					"name": "upload-pdf",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "file",
									"type": "file",
									"src": "Downloads/keyboard-shortcuts-windows.pdf"
								}
							],
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "localhost:3000/api/v1/user/upload-file",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"upload-file"
							]
						}
					},
					"response": [
						{
							"name": "upload-pdf",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "file",
											"type": "file",
											"src": "Downloads/keyboard-shortcuts-windows.pdf"
										}
									],
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/upload-file",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"upload-file"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "64"
								},
								{
									"key": "ETag",
									"value": "W/\"40-QbqvsBuLKVNlMUEmInbJJpk+20s\""
								},
								{
									"key": "Date",
									"value": "Thu, 23 Nov 2023 13:40:46 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": {\n        \"data\": \"pdf added successfully\",\n        \"code\": 200\n    }\n}"
						},
						{
							"name": "upload-pdf",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "file",
											"type": "file",
											"src": "Downloads/keyboard-shortcuts-windows.pdf"
										}
									],
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "localhost:3000/api/v1/user/upload-file",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"upload-file"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "57"
								},
								{
									"key": "ETag",
									"value": "W/\"39-1dgwZQUdORcUTMMnhi1EGctIjOI\""
								},
								{
									"key": "Date",
									"value": "Tue, 19 Dec 2023 08:19:17 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"data\": \"pdf added successfully\",\n        \"code\": 200\n    }\n}"
						}
					]
				},
				{
					"name": "removepdf",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY1ODEzN2U2NTUxYzQwMTY4Y2MyNTM3YSIsImVtYWlsIjoic2hyZXlhbnNoLnNAdXBzcXVhcmUuaW4iLCJpYXQiOjE3MDI5Njg0MjEsImV4cCI6MTcwMzU3MzIyMX0.E-cKqHx8EF0APRoq-RcustF5xfDpaRcuNBgHVav1ufw",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "localhost:3000/api/v1/user/removepdf",
							"host": [
								"localhost"
							],
							"port": "3000",
							"path": [
								"api",
								"v1",
								"user",
								"removepdf"
							]
						}
					},
					"response": [
						{
							"name": "removepdf",
							"originalRequest": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "localhost:3000/api/v1/user/removepdf",
									"host": [
										"localhost"
									],
									"port": "3000",
									"path": [
										"api",
										"v1",
										"user",
										"removepdf"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "X-Powered-By",
									"value": "Express"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "58"
								},
								{
									"key": "ETag",
									"value": "W/\"3a-6+ez/e8f2vN6oxvrrffJliz69YA\""
								},
								{
									"key": "Date",
									"value": "Fri, 24 Nov 2023 06:33:37 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"data\": {\n        \"message\": \"pdf delete successfully \"\n    }\n}"
						}
					]
				}
			]
		}
	]
}