{
  "info": {
    "name": "ClinicAPI v1",
    "description": "",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "bruno",
      "event": []
    },
    {
      "name": "Index",
      "event": [],
      "request": {
        "method": "GET",
        "header": [],
        "auth": {
          "type": "noauth"
        },
        "description": "",
        "url": {
          "raw": "https://clinic.muratcan.net/",
          "protocol": "https",
          "host": [
            "clinic",
            "muratcan",
            "net/"
          ],
          "path": [],
          "query": [],
          "variable": []
        }
      }
    },
    {
      "name": "Place Details",
      "event": [],
      "request": {
        "method": "GET",
        "header": [],
        "auth": {
          "type": "noauth"
        },
        "description": "",
        "url": {
          "raw": "https://clinic.muratcan.net/place/details?place_id=ChIJ2YqfiPrYuxQR9NlXLlG1L-g&apikey",
          "protocol": "https",
          "host": [
            "clinic",
            "muratcan",
            "net"
          ],
          "path": [
            "place",
            "details"
          ],
          "query": [
            {
              "key": "place_id",
              "value": "ChIJ2YqfiPrYuxQR9NlXLlG1L-g"
            },
            {
              "key": "apikey",
              "value": ""
            }
          ],
          "variable": []
        }
      }
    },
    {
      "name": "Place Search",
      "event": [],
      "request": {
        "method": "GET",
        "header": [],
        "auth": {
          "type": "noauth"
        },
        "description": "",
        "url": {
          "raw": "https://clinic.muratcan.net/place/search?query=mcdonald's&apikey",
          "protocol": "https",
          "host": [
            "clinic",
            "muratcan",
            "net"
          ],
          "path": [
            "place",
            "search"
          ],
          "query": [
            {
              "key": "query",
              "value": "mcdonald's"
            },
            {
              "key": "apikey",
              "value": ""
            }
          ],
          "variable": []
        }
      }
    }
  ],
  "variable": []
}