{
	"info": {
		"_postman_id": "68428fa9-faad-48ea-aa45-59ff5903cc6c",
		"name": "Partner Api Docs",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "25019780",
		"_collection_link": "https://egaranti-dev.postman.co/workspace/Team-BE~b8a925c6-e6c7-4ced-83f5-38cb643eb0ce/collection/25019780-68428fa9-faad-48ea-aa45-59ff5903cc6c?action=share&source=collection_link&creator=25019780"
	},
	"item": [
		{
			"name": "Categories",
			"item": [
				{
					"name": "Main Category",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{test-url}}/main-categories",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"main-categories"
							]
						}
					},
					"response": []
				},
				{
					"name": "Category",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/categories?mainCategoryId=1",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"categories"
							],
							"query": [
								{
									"key": "mainCategoryId",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Sub Category",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/sub-categories?categoryId=1",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"sub-categories"
							],
							"query": [
								{
									"key": "categoryId",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Brand",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/sub-category-brands?subCategoryId=5",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"sub-category-brands"
							],
							"query": [
								{
									"key": "subCategoryId",
									"value": "5"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Products",
			"item": [
				{
					"name": "Create Product",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"<string>\",\n    \"productCode\": \"<string>\",\n    \"serialNumber\": \"<string>\",\n    \"model\": \"<string>\",\n    \"brand\": \"<string>\",\n    \"warrantyYear\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"setupRequired\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{test-url}}/merchant-products?merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Products",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/merchant-products?page=1&size=10&mainCategoryId=100&categoryId=100&subCategoryId=100&name=kol saati&subCategoryBrandId=100&brand=lamy&sellerCode={{sellerCode}}&merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products"
							],
							"query": [
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "size",
									"value": "10"
								},
								{
									"key": "mainCategoryId",
									"value": "100"
								},
								{
									"key": "categoryId",
									"value": "100"
								},
								{
									"key": "subCategoryId",
									"value": "100"
								},
								{
									"key": "name",
									"value": "kol saati"
								},
								{
									"key": "subCategoryBrandId",
									"value": "100"
								},
								{
									"key": "brand",
									"value": "lamy"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								},
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Products For All Merchants",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/merchant-products/all?page=1&size=10&mainCategoryId=100&categoryId=100&subCategoryId=100&subCategoryBrandId=100&name=watch&brand=test&sellerCode={{sellerCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products",
								"all"
							],
							"query": [
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "size",
									"value": "10"
								},
								{
									"key": "mainCategoryId",
									"value": "100"
								},
								{
									"key": "categoryId",
									"value": "100"
								},
								{
									"key": "subCategoryId",
									"value": "100"
								},
								{
									"key": "subCategoryBrandId",
									"value": "100"
								},
								{
									"key": "name",
									"value": "watch"
								},
								{
									"key": "brand",
									"value": "test"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Product By Product Code",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/merchant-products/product-code/:productCode?sellerCode={{sellerCode}}&merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products",
								"product-code",
								":productCode"
							],
							"query": [
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								},
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							],
							"variable": [
								{
									"key": "productCode",
									"value": "product-code-1-2-3"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Product By Id",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/merchant-products/:merchantProductId?sellerCode={{sellerCode}}&merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products",
								":merchantProductId"
							],
							"query": [
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								},
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							],
							"variable": [
								{
									"key": "merchantProductId",
									"value": "111"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Product ID by Product Code",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/merchant-products/product-code/:productCode?sellerCode={{sellerCode}}&merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products",
								"product-code",
								":productCode"
							],
							"query": [
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								},
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							],
							"variable": [
								{
									"key": "productCode",
									"value": "product-code-1-2-3"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Product Name By Product Code",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"<string>\",\n    \"sellerCode\": \"{{sellerCode}}\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{test-url}}/merchant-products/by-product-code/:productCode?merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products",
								"by-product-code",
								":productCode"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							],
							"variable": [
								{
									"key": "productCode",
									"value": "product-code-1-2-3"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Product Name By Product ID",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"<string>\",\n    \"sellerCode\": \"{{sellerCode}}\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{test-url}}/merchant-products/:merchantProductId?merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-products",
								":merchantProductId"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							],
							"variable": [
								{
									"key": "merchantProductId",
									"value": "111"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Sellers",
			"item": [
				{
					"name": "Get Seller",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/merchant-sellers/is-exists?sellerCode={{sellerCode}}&merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"merchant-sellers",
								"is-exists"
							],
							"query": [
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								},
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Warranties",
			"item": [
				{
					"name": "Send Warranty with Invoice",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"externalOrderId\": \"<string>\",\n    \"sellerCode\": \"{{sellerCode}}\",\n    \"customer\": {\n        \"firstName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"countryCode\": \"<enum>\"\n    },\n    \"products\": [\n        {\n            \"name\": \"<string>\",\n            \"brand\": \"<string>\",\n            \"productCode\": \"<string>\",\n            \"serialNumber\": \"<string>\",\n            \"externalLineId\": \"<string>\",\n            \"purchaseDate\": \"<string>\",\n            \"warrantyExpireDate\": \"<string>\"\n        }\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{test-url}}/individual-customers/warranty/invoice/with-product-code?merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customers",
								"warranty",
								"invoice",
								"with-product-code"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Bulk Warranty Send",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"warranties\": [\n        {\n            \"sellerCode\": \"{{sellerCode}}\",\n            \"externalOrderId\": \"<string>\",\n            \"customer\": {\n                \"firstName\": \"<string>\",\n                \"lastName\": \"<string>\",\n                \"email\": \"<string>\",\n                \"phone\": \"<string>\",\n                \"countryCode\": \"<enum>\"\n            },\n            \"merchantProductId\": \"<integer>\",\n            \"product\": {\n                \"name\": \"<string>\",\n                \"brand\": \"<string>\",\n                \"externalLineId\": \"<string>\",\n                \"purchaseDate\": \"<string>\",\n                \"warrantyExpireDate\": \"<string>\"\n            }\n        }\n    ]\n}"
						},
						"url": {
							"raw": "{{test-url}}/individual-customers/warranty/bulk?merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customers",
								"warranty",
								"bulk"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Warranty Period",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"warrantyStartDate\": \"<string>\",\n  \"warrantyExpireDate\": \"<string>\",\n  \"sellerCode\": \"{{sellerCode}}\"\n}"
						},
						"url": {
							"raw": "{{test-url}}/individual-customer-products/:individualCustomerProductId/date?merchantCode={{merchantCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customer-products",
								":individualCustomerProductId",
								"date"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								}
							],
							"variable": [
								{
									"key": "individualCustomerProductId",
									"value": "111"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Warranties",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/individual-customer-products?page=1&size=10&firstName=TEST&lastName=EGARANTI&email=info@egaranti.com&phone=905554443322&brand=test&merchantCode={{merchantCode}}&sellerCode={{sellerCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customer-products"
							],
							"query": [
								{
									"key": "page",
									"value": "1"
								},
								{
									"key": "size",
									"value": "10"
								},
								{
									"key": "firstName",
									"value": "TEST"
								},
								{
									"key": "lastName",
									"value": "EGARANTI"
								},
								{
									"key": "email",
									"value": "info@egaranti.com"
								},
								{
									"key": "phone",
									"value": "905554443322"
								},
								{
									"key": "brand",
									"value": "test"
								},
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Warranty By ID",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/individual-customer-products/:individualCustomerProductId?merchantCode={{merchantCode}}&sellerCode={{sellerCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customer-products",
								":individualCustomerProductId"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								}
							],
							"variable": [
								{
									"key": "individualCustomerProductId",
									"value": "109"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Warranty ID By External Order ID",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/individual-customer-products/external-order-id/:externalOrderId?merchantCode={{merchantCode}}&sellerCode={{sellerCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customer-products",
								"external-order-id",
								":externalOrderId"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								}
							],
							"variable": [
								{
									"key": "externalOrderId",
									"value": "643be64e-0742-47aa-bfa0-7676ec23d554"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Warranty ID By External Line ID",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{test-url}}/individual-customer-products/external-line-id/:externalLineId?merchantCode={{merchantCode}}&sellerCode={{sellerCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customer-products",
								"external-line-id",
								":externalLineId"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								}
							],
							"variable": [
								{
									"key": "externalLineId",
									"value": "643be64e-0742-47aa-bfa0-7676ec23d554"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Warranty",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Authorization",
								"value": "<jwtToken>"
							}
						],
						"url": {
							"raw": "{{test-url}}/individual-customer-products/:individualCustomerProductId?merchantCode={{merchantCode}}&sellerCode={{sellerCode}}",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"individual-customer-products",
								":individualCustomerProductId"
							],
							"query": [
								{
									"key": "merchantCode",
									"value": "{{merchantCode}}"
								},
								{
									"key": "sellerCode",
									"value": "{{sellerCode}}"
								}
							],
							"variable": [
								{
									"key": "individualCustomerProductId",
									"value": "108"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Partner",
			"item": [
				{
					"name": "Get Partner Info",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "{{password}}",
									"type": "string"
								},
								{
									"key": "username",
									"value": "{{username}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{test-url}}/partners/info",
							"host": [
								"{{test-url}}"
							],
							"path": [
								"partners",
								"info"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "basic",
		"basic": [
			{
				"key": "password",
				"value": "{{password}}",
				"type": "string"
			},
			{
				"key": "username",
				"value": "{{username}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	]
}