{
	"info": {
		"_postman_id": "23d3f394-58f9-4b97-adaf-2b4fad2758b3",
		"name": "Test-API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "films_2",
			"request": {
				"method": "GET",
				"header": [],
				"body": {},
				"url": {
					"raw": "{{swapi-url}}/films/2",
					"host": [
						"{{swapi-url}}"
					],
					"path": [
						"films",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "jsonplaceholderposts",
			"request": {
				"method": "GET",
				"header": [],
				"body": {},
				"url": {
					"raw": "https://jsonplaceholder.typicode.com/posts/1",
					"protocol": "https",
					"host": [
						"jsonplaceholder",
						"typicode",
						"com"
					],
					"path": [
						"posts",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "itunessearch",
			"request": {
				"method": "GET",
				"header": [],
				"body": {},
				"url": {
					"raw": "https://itunes.apple.com/search?term=Android+Developer&media=podcast",
					"protocol": "https",
					"host": [
						"itunes",
						"apple",
						"com"
					],
					"path": [
						"search"
					],
					"query": [
						{
							"key": "term",
							"value": "Android+Developer"
						},
						{
							"key": "media",
							"value": "podcast"
						}
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"id": "f1963f22-0a81-465e-9861-49e8443af5f9",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"id": "280e0ef7-accf-4e60-827c-e6976716af06",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}