{
	"info": {
		"_postman_id": "483d17a9-fe6c-401d-a1be-c547c225ba7f",
		"name": "Müze Listesi API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "15223897",
		"_collection_link": "https://winter-shuttle-228164.postman.co/workspace/NosyAPI~d55cf5d0-398b-45bc-b421-a4600c6ead47/collection/15223897-483d17a9-fe6c-401d-a1be-c547c225ba7f?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Şehirleri Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/museum/cities",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"museum",
						"cities"
					]
				}
			},
			"response": []
		},
		{
			"name": "Müzeleri Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/museum?city=ankara&district=cankaya",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"museum"
					],
					"query": [
						{
							"key": "city",
							"value": "ankara"
						},
						{
							"key": "district",
							"value": "cankaya"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Lokasyon bazlı Müze Listeleme",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/museum?city=ankara&district=cankaya",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"museum"
					],
					"query": [
						{
							"key": "city",
							"value": "ankara"
						},
						{
							"key": "district",
							"value": "cankaya"
						}
					]
				}
			},
			"response": []
		}
	]
}
