{
	"info": {
		"_postman_id": "81dfbb4d-6410-4bc6-986c-042db45070ff",
		"name": "Universities",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "search",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key)",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.apieco.ir/universities/search?country =&name  =",
					"protocol": "https",
					"host": [
						"api",
						"apieco",
						"ir"
					],
					"path": [
						"universities",
						"search"
					],
					"query": [
						{
							"key": "country ",
							"value": ""
						},
						{
							"key": "name  ",
							"value": ""
						}
					]
				}
			},
			"response": []
		}
	],
	"protocolProfileBehavior": {}
}