{
  "item": [
    {
      "id": "4a2fd0b0-53d6-49ec-9ebb-70af59497b53",
      "name": "v1",
      "item": [
        {
          "id": "0e418aea-c73a-4b1a-b656-e286bd71823e",
          "name": "auth",
          "item": [
            {
              "id": "130b54f3-86b6-4bc2-a1dc-42460228b422",
              "name": "Kayıt ol",
              "request": {
                "name": "Kayıt ol",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "6026e063-a376-411f-be06-28d7caba90b2",
                  "name": "Oturum token'ı döner",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "auth",
                        "register"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4f6d3509-ac82-4805-803f-6615800f1ca3",
              "name": "Giriş yap (5 hatalı denemede 15 dk kilit)",
              "request": {
                "name": "Giriş yap (5 hatalı denemede 15 dk kilit)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "auth": null
              },
              "response": [
                {
                  "id": "4e541995-95f5-4b69-a424-16b64c724887",
                  "name": "token",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "auth",
                        "login"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "ff0620a1-7bbe-4823-b750-0c2914b82c80",
                  "name": "Hesap kilitli",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "auth",
                        "login"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Locked (WebDAV) (RFC 4918)",
                  "code": 423,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bb6ba1b4-9860-4848-86cb-426fa4105720",
              "name": "Çıkış",
              "request": {
                "name": "Çıkış",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "e3b9cb91-c99e-4b71-ab1b-5014ba6a11d7",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "auth",
                        "logout"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "47332fea-6b9e-45cc-85e8-4b8849d36617",
          "name": "me",
          "item": [
            {
              "id": "a06aa95f-d98f-4377-8dc1-09197ecc894a",
              "name": "Hesap + key listesi",
              "request": {
                "name": "Hesap + key listesi",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "6d122d0a-2166-484c-8eeb-3e166c2a770e",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "27f35b9b-cc95-4391-96ad-0e9b57f95356",
              "name": "Hesabı sil (KVKK) — şifre doğrulamalı, tüm veriler silinir",
              "request": {
                "name": "Hesabı sil (KVKK) — şifre doğrulamalı, tüm veriler silinir",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "3a084b75-09b4-410d-a6a1-9d6867ac9b32",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "03ced814-d32d-4578-a073-88bf43f6fc5c",
              "name": "Kota kullanımı: gün/hafta/ay + API bazlı + 30 günlük seri",
              "request": {
                "name": "Kota kullanımı: gün/hafta/ay + API bazlı + 30 günlük seri",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "3cbaf440-6a28-421d-b035-9839f4922fef",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "usage"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "041efc25-5896-4c6a-bc73-5ed495a48015",
              "name": "Hesap hareketleri (IP + lokasyon, sayfalı)",
              "request": {
                "name": "Hesap hareketleri (IP + lokasyon, sayfalı)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me",
                    "audit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "6f1ef1da-d3bd-4c9c-ac58-548c6a75b2f2",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "audit"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "page",
                          "value": "<integer>"
                        },
                        {
                          "key": "per_page",
                          "value": "<integer>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "12483006-543b-46b3-afae-4dbc9f634d36",
              "name": "sessions",
              "item": [
                {
                  "id": "e624f92a-3d5e-401b-8040-2ea018123283",
                  "name": "Aktif oturumlar",
                  "request": {
                    "name": "Aktif oturumlar",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "sessions"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "GET",
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{bearerToken}}"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "b2deda24-6b46-40e9-a256-80e3d82b0baf",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "sessions"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: bearer",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "Bearer <token>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "032e3f62-346a-4013-a351-e4d2143f2288",
                  "name": "Oturumu uzaktan kapat",
                  "request": {
                    "name": "Oturumu uzaktan kapat",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "sessions",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<integer>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "method": "DELETE",
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{bearerToken}}"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "068d57a7-28ca-4dc2-95fd-9930f2178190",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "sessions",
                            ":id"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<integer>",
                              "key": "id",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: bearer",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "Bearer <token>"
                          }
                        ],
                        "method": "DELETE",
                        "body": {}
                      },
                      "status": "No Content",
                      "code": 204,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "7cb16773-1f56-4c6d-9ed8-2a0b3d0d3549",
              "name": "keys",
              "item": [
                {
                  "id": "1999d434-c76d-4c4a-9f00-013dca3f9aed",
                  "name": "Yeni API key (free: max 2)",
                  "request": {
                    "name": "Yeni API key (free: max 2)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "keys"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{bearerToken}}"
                        }
                      ]
                    },
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"scopes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"expires_at\": \"<dateTime>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "cd3e6d05-f641-45ef-acd8-79f05ee74f4e",
                      "name": "Key yalnızca bir kez gösterilir",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "keys"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: bearer",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "Bearer <token>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"scopes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"expires_at\": \"<dateTime>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Created",
                      "code": 201,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "d444370c-a0f5-4cd1-ba9a-a89fc05964aa",
                  "name": "{id}",
                  "item": [
                    {
                      "id": "795de7bd-9c69-4317-b127-a634c0af0ca1",
                      "name": "Key sil",
                      "request": {
                        "name": "Key sil",
                        "description": {},
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "keys",
                            ":id"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "method": "DELETE",
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{bearerToken}}"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "35c1fed4-88e1-4195-96ce-7550f787c322",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "v1",
                                "me",
                                "keys",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: bearer",
                                  "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "No Content",
                          "code": 204,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "text/plain"
                            }
                          ],
                          "body": "",
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "id": "afc8585f-a148-4bab-9177-f3e63558a177",
                      "name": "Key'i yenile (eski anında geçersizleşir)",
                      "request": {
                        "name": "Key'i yenile (eski anında geçersizleşir)",
                        "description": {},
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "keys",
                            ":id",
                            "rotate"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "method": "POST",
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{bearerToken}}"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "1d1c193a-d838-4d23-b12b-ed86ca8aca29",
                          "name": "Yeni key",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "v1",
                                "me",
                                "keys",
                                ":id",
                                "rotate"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: bearer",
                                  "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                              }
                            ],
                            "method": "POST",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "text/plain"
                            }
                          ],
                          "body": "",
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "id": "0ec81d88-50da-4df0-be8f-f55c0c99db9a",
                      "name": "Yetkili API'leri değiştir",
                      "request": {
                        "name": "Yetkili API'leri değiştir",
                        "description": {},
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "keys",
                            ":id",
                            "scopes"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "method": "PUT",
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{bearerToken}}"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "8ad3805b-4015-498a-b9e6-94ed0bbba33a",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "v1",
                                "me",
                                "keys",
                                ":id",
                                "scopes"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: bearer",
                                  "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                              }
                            ],
                            "method": "PUT",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "text/plain"
                            }
                          ],
                          "body": "",
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "id": "32e829b8-5672-4b19-a8ea-617e4ed9feab",
                      "name": "Son kullanma tarihini değiştir (null = süresiz)",
                      "request": {
                        "name": "Son kullanma tarihini değiştir (null = süresiz)",
                        "description": {},
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "keys",
                            ":id",
                            "expiry"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "method": "PUT",
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{bearerToken}}"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "7eee048c-c154-4ad0-85ca-2363097878cd",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "v1",
                                "me",
                                "keys",
                                ":id",
                                "expiry"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: bearer",
                                  "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                              }
                            ],
                            "method": "PUT",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "text/plain"
                            }
                          ],
                          "body": "",
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "id": "d4af4666-c9d6-4d3b-be65-6170b42d9dcd",
                      "name": "Key ismini değiştir",
                      "request": {
                        "name": "Key ismini değiştir",
                        "description": {},
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "keys",
                            ":id",
                            "name"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "method": "PUT",
                        "auth": {
                          "type": "bearer",
                          "bearer": [
                            {
                              "key": "token",
                              "value": "{{bearerToken}}"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "51208dd8-f217-45f7-a5dc-7ae5a3f3308f",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "v1",
                                "me",
                                "keys",
                                ":id",
                                "name"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: bearer",
                                  "type": "text/plain"
                                },
                                "key": "Authorization",
                                "value": "Bearer <token>"
                              }
                            ],
                            "method": "PUT",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "text/plain"
                            }
                          ],
                          "body": "",
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    }
                  ],
                  "event": []
                }
              ],
              "event": []
            },
            {
              "id": "476ae57b-08bb-4c26-adc9-e1f48ace3d13",
              "name": "Ad soyad güncelle",
              "request": {
                "name": "Ad soyad güncelle",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "c2ca471b-f0a4-4137-a8ad-852e282595c8",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "profile"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "689d411e-6b81-4b54-9f63-af30773427a4",
              "name": "Şifre değiştir (diğer oturumlar kapanır)",
              "request": {
                "name": "Şifre değiştir (diğer oturumlar kapanır)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me",
                    "password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "8c3e2a41-dec8-416a-96f2-44de1d189518",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "password"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "PUT",
                    "body": {}
                  },
                  "status": "No Content",
                  "code": 204,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ba55dbb3-fcf6-4fa9-a815-87fd93eee33e",
              "name": "avatar",
              "item": [
                {
                  "id": "acb36d42-64f4-467d-8e56-d616981e8a8b",
                  "name": "Profil fotoğrafı yükle (png/jpeg/webp, max 512KB)",
                  "request": {
                    "name": "Profil fotoğrafı yükle (png/jpeg/webp, max 512KB)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "avatar"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "PUT",
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{bearerToken}}"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "01b0b042-af45-40da-97fb-923275e72b08",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "avatar"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: bearer",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "Bearer <token>"
                          }
                        ],
                        "method": "PUT",
                        "body": {}
                      },
                      "status": "No Content",
                      "code": 204,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "8a590100-3a7d-491d-9eb0-781742fa97da",
                  "name": "Profil fotoğrafı",
                  "request": {
                    "name": "Profil fotoğrafı",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "avatar"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "GET",
                    "auth": {
                      "type": "bearer",
                      "bearer": [
                        {
                          "key": "token",
                          "value": "{{bearerToken}}"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "6363f47a-87d0-44bd-88d5-a3c2951aaa44",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "me",
                            "avatar"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: bearer",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "Bearer <token>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "3709f73f-dfa8-433b-b9a5-86de2fa08c86",
              "name": "Son API istek logları (route, status, süre — 7 gün saklanır)",
              "request": {
                "name": "Son API istek logları (route, status, süre — 7 gün saklanır)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "me",
                    "requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "82a5d134-a9ad-4ec1-adae-001192b0b8f5",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "me",
                        "requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: bearer",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "Bearer <token>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "c98af978-cc7a-4480-9425-175f376a6cc1",
          "name": "Yetkilendirilebilir API kataloğu",
          "request": {
            "name": "Yetkilendirilebilir API kataloğu",
            "description": {},
            "url": {
              "path": [
                "v1",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "70c3513b-27ec-431e-834d-5f56c5c1af25",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6ddbd09-c943-4169-bdcf-8219eae458a8",
          "name": "provinces",
          "item": [
            {
              "id": "fdc00f18-fd61-4015-99c1-149d13c5c52e",
              "name": "İller (nüfus, yüzölçümü, bölge, koordinat...)",
              "request": {
                "name": "İller (nüfus, yüzölçümü, bölge, koordinat...)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "region",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "metropolitan",
                      "value": "<boolean>"
                    },
                    {
                      "disabled": false,
                      "key": "coastal",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "1c0b045c-7ed8-4f2c-9f7c-4d8173f8f5d1",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "provinces"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "region",
                          "value": "Akdeniz"
                        },
                        {
                          "key": "metropolitan",
                          "value": "<boolean>"
                        },
                        {
                          "key": "coastal",
                          "value": "<boolean>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a2bb88f3-afe6-41a6-8b47-5d09f672b370",
              "name": "Koordinata en yakın il (kuş uçuşu)",
              "request": {
                "name": "Koordinata en yakın il (kuş uçuşu)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "provinces",
                    "nearest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "lat",
                      "value": "<number>",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "key": "lng",
                      "value": "<number>",
                      "description": "(Required) "
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "597f3cb9-657e-412d-bae5-f102fa963220",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "provinces",
                        "nearest"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "lat",
                          "value": "<number>"
                        },
                        {
                          "key": "lng",
                          "value": "<number>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "97cc239a-9646-4357-a73a-fe037f1a9bda",
              "name": "{code}",
              "item": [
                {
                  "id": "c3d5eaae-0e44-484b-98c4-8e5142e1201b",
                  "name": "İl detayı (TÜİK/plaka kodu)",
                  "request": {
                    "name": "İl detayı (TÜİK/plaka kodu)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "provinces",
                        ":code"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "fc1b654d-2d89-4780-86a7-358197e01708",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "6ac02d96-e4e4-4590-b8b3-44f1f00296cc",
                  "name": "İlin ilçeleri",
                  "request": {
                    "name": "İlin ilçeleri",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "provinces",
                        ":code",
                        "districts"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "0d182194-ca73-4d55-ac48-987ba3f80ba8",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "districts"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "5a1a7778-ed28-4632-828d-b787d3a4ab00",
                  "name": "İlin komşu illeri (TÜİK)",
                  "request": {
                    "name": "İlin komşu illeri (TÜİK)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "provinces",
                        ":code",
                        "neighbors"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "d63ef7be-c490-4eca-8b88-522e69ac4980",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "neighbors"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "9206aff1-1a3a-4c33-8814-2f7708f6d723",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "neighbors"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "4699cc61-48b8-4047-bbb7-b0ef654fdb43",
                  "name": "İlin nüfus serisi",
                  "request": {
                    "name": "İlin nüfus serisi",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "provinces",
                        ":code",
                        "population"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "key": "from",
                          "value": "<integer>"
                        },
                        {
                          "disabled": false,
                          "key": "to",
                          "value": "<integer>"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "120f4721-6f8e-44b3-98d3-5e8db2b76433",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "population"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "from",
                              "value": "2015"
                            },
                            {
                              "key": "to",
                              "value": "2025"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"data\": {\n    \"level\": \"district\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"series\": [\n      {\n        \"year\": 2025,\n        \"total\": 3058,\n        \"male\": 4393,\n        \"female\": 7378\n      },\n      {\n        \"year\": 2025,\n        \"total\": 887,\n        \"male\": 8523,\n        \"female\": 8115\n      }\n    ]\n  },\n  \"count\": 8053\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "336862b5-64cc-4a9f-ae0b-b85ad8f63f9e",
                      "name": "Geçersiz level/code/yıl aralığı",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "population"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "from",
                              "value": "2015"
                            },
                            {
                              "key": "to",
                              "value": "2025"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "94b0f10e-fad5-47be-8fcd-5c1ab1b478d2",
                      "name": "Birim bulunamadı",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "population"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "from",
                              "value": "2015"
                            },
                            {
                              "key": "to",
                              "value": "2025"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "1f09cb99-b001-42ca-a3b5-52499a1ca632",
                  "name": "İl sınırı (GeoJSON Feature)",
                  "request": {
                    "name": "İl sınırı (GeoJSON Feature)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "provinces",
                        ":code",
                        "boundary"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/geo+json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "82cff152-bf0d-4d4c-8053-aaed0c58cd0d",
                      "name": "GeoJSON Feature",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "boundary"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/geo+json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/geo+json"
                        }
                      ],
                      "body": "{\n  \"type\": \"Feature\",\n  \"id\": \"string\",\n  \"bbox\": [\n    5876.632971576668,\n    8964.17890885193,\n    6407.682305278328,\n    1605.799174524748\n  ],\n  \"properties\": {\n    \"level\": \"region\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"province_code\": 7640\n  },\n  \"geometry\": {\n    \"type\": \"MultiPolygon\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e9bc28fd-5a04-46a2-afc5-3c0a59652266",
                      "name": "Sınır verisi yok (düzey-1 bölgeler için poligon bulunmaz)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "provinces",
                            ":code",
                            "boundary"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "30bb216f-1398-41ea-9d7c-62172dc6b8d3",
          "name": "districts/{code}",
          "item": [
            {
              "id": "464a4d1a-408b-4ff3-95b8-312522939b32",
              "name": "İlçe detayı (TÜİK ilçe kodu)",
              "request": {
                "name": "İlçe detayı (TÜİK ilçe kodu)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "8faab7a6-2a70-4778-a94c-db9dfadc4a56",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8453d24c-9508-48c4-ac07-78c66a88353c",
              "name": "İlçenin mahalleleri (posta kodlu, aramalı, sayfalı)",
              "request": {
                "name": "İlçenin mahalleleri (posta kodlu, aramalı, sayfalı)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code",
                    "neighborhoods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "8dff59d1-4d8c-490e-8594-4659790b3d46",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "neighborhoods"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "q",
                          "value": "<string>"
                        },
                        {
                          "key": "page",
                          "value": "<integer>"
                        },
                        {
                          "key": "per_page",
                          "value": "<integer>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1dfb1ec0-2c98-4b12-a65b-14e7216c1e2b",
              "name": "İlçenin köyleri (posta kodlu)",
              "request": {
                "name": "İlçenin köyleri (posta kodlu)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code",
                    "villages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "706f589a-5641-4437-9cd9-4003d4b87567",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "villages"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c3e52f9e-d7f9-4efa-823d-7449fb116c33",
              "name": "İlçenin belediyeleri",
              "request": {
                "name": "İlçenin belediyeleri",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code",
                    "municipalities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "701dc312-180d-4ed9-ae0f-24eb9cb2f629",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "municipalities"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "634a65aa-f8d5-4074-9855-3ca2d92a74cf",
              "name": "İlçenin komşu ilçeleri (TÜİK)",
              "request": {
                "name": "İlçenin komşu ilçeleri (TÜİK)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code",
                    "neighbors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "b9122c62-edad-47a9-9f05-22d4fef7c3e0",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "neighbors"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "6a30d45f-4854-4e5e-94d5-5ca588d05429",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "neighbors"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "8b569615-bbf8-444f-942f-246292ab245b",
              "name": "İlçenin nüfus serisi",
              "request": {
                "name": "İlçenin nüfus serisi",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code",
                    "population"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "from",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "key": "to",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "90137859-c91b-41d4-b58d-c1510d831bc0",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "population"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "from",
                          "value": "2015"
                        },
                        {
                          "key": "to",
                          "value": "2025"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"data\": {\n    \"level\": \"region\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"series\": [\n      {\n        \"year\": 2025,\n        \"total\": 842,\n        \"male\": 2375,\n        \"female\": 5743\n      },\n      {\n        \"year\": 2025,\n        \"total\": 5789,\n        \"male\": 1556,\n        \"female\": 8185\n      }\n    ]\n  },\n  \"count\": 5800\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ba6af91-21da-4e6d-a017-7c062ecbc42a",
                  "name": "Geçersiz level/code/yıl aralığı",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "population"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "from",
                          "value": "2015"
                        },
                        {
                          "key": "to",
                          "value": "2025"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                },
                {
                  "id": "506a0a00-b9c0-4160-b0d8-0ca52300c556",
                  "name": "Birim bulunamadı",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "population"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "from",
                          "value": "2015"
                        },
                        {
                          "key": "to",
                          "value": "2025"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5bea6071-adb2-40cc-8ff1-aa4012574c2d",
              "name": "İlçe sınırı (GeoJSON Feature)",
              "request": {
                "name": "İlçe sınırı (GeoJSON Feature)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "districts",
                    ":code",
                    "boundary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/geo+json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "63294f96-eb96-4234-af69-1ddbd58b3f68",
                  "name": "GeoJSON Feature",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "boundary"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/geo+json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/geo+json"
                    }
                  ],
                  "body": "{\n  \"type\": \"Feature\",\n  \"id\": \"string\",\n  \"bbox\": [\n    8177.313273334509,\n    6722.327009305405,\n    2132.377037053118,\n    5373.471981061351\n  ],\n  \"properties\": {\n    \"level\": \"region\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"province_code\": 3991\n  },\n  \"geometry\": {\n    \"type\": \"Polygon\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "603f2bb5-b80a-4cf9-9523-c4b0a32e663f",
                  "name": "Sınır verisi yok (düzey-1 bölgeler için poligon bulunmaz)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "districts",
                        ":code",
                        "boundary"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "469700dc-4ce8-41b6-a818-c8dd72a56995",
          "name": "İsim araması: il + ilçe (postal scope varsa mahalle/köy de)",
          "request": {
            "name": "İsim araması: il + ilçe (postal scope varsa mahalle/köy de)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "q",
                  "value": "<string>",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}"
                },
                {
                  "key": "in",
                  "value": "header"
                }
              ]
            }
          },
          "response": [
            {
              "id": "32613fed-9279-4885-82df-c7a8506d94c4",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbef99a7-907a-4a0c-9ebb-ea8d2b0e288d",
          "name": "Posta kodundan mahalle/köy sorgulama",
          "request": {
            "name": "Posta kodundan mahalle/köy sorgulama",
            "description": {},
            "url": {
              "path": [
                "v1",
                "postal-codes",
                ":code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}"
                },
                {
                  "key": "in",
                  "value": "header"
                }
              ]
            }
          },
          "response": [
            {
              "id": "409a0022-8091-49b9-9b90-b8da45b8448f",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "postal-codes",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39f20084-c3e8-4bf7-bce8-3d4e2a331b51",
              "name": "Bulunamadı",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "postal-codes",
                    ":code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d17b462-3e79-4341-b1cb-086c63f53bfa",
          "name": "regions",
          "item": [
            {
              "id": "dc003587-d373-46b3-8cb5-9c21b6f5ccf4",
              "name": "İBBS (NUTS) bölgeleri: 12 düzey-1 + 26 düzey-2 (koordinat, yüzölçümü, nüfus)",
              "request": {
                "name": "İBBS (NUTS) bölgeleri: 12 düzey-1 + 26 düzey-2 (koordinat, yüzölçümü, nüfus)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "level",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "7d50f397-3435-419e-804c-fc3d1083f5ae",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "regions"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "level",
                          "value": "<integer>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"data\": [\n    {\n      \"code\": \"TR51\",\n      \"name\": \"Ankara\",\n      \"level\": 2,\n      \"parent_code\": \"TR5\",\n      \"lat\": 3219.282431533632,\n      \"lng\": 143.6033691416172,\n      \"area_km2\": 7445.628014327984,\n      \"population\": 5711\n    },\n    {\n      \"code\": \"TR51\",\n      \"name\": \"Ankara\",\n      \"level\": 2,\n      \"parent_code\": \"TR5\",\n      \"lat\": 6953.647031361456,\n      \"lng\": 2914.775899021209,\n      \"area_km2\": 5651.669698802353,\n      \"population\": 2459\n    }\n  ],\n  \"count\": 2882\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d1d43f89-8d89-4d0e-aacd-8dd4574c7adc",
              "name": "{code}",
              "item": [
                {
                  "id": "07ff2d98-bb6f-4560-b6a0-a7769af6e89c",
                  "name": "Bölge detayı (İBBS kodu: TR5, TR51...)",
                  "request": {
                    "name": "Bölge detayı (İBBS kodu: TR5, TR51...)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "regions",
                        ":code"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "8f5d8860-0cce-407c-be86-55e192fbec2e",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"data\": {\n    \"code\": \"TR51\",\n    \"name\": \"Ankara\",\n    \"level\": 2,\n    \"parent_code\": \"TR5\",\n    \"lat\": 1830.1787320816209,\n    \"lng\": 3735.962264371786,\n    \"area_km2\": 9138.265559870068,\n    \"population\": 1579\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "6a0c229c-13da-4e62-9744-7651beb81f83",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "bef2dfe4-3afd-4036-ba78-8af8cba8d5b0",
                  "name": "Bölgeye bağlı iller (düzey 1 veya 2)",
                  "request": {
                    "name": "Bölgeye bağlı iller (düzey 1 veya 2)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "regions",
                        ":code",
                        "provinces"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "1f1df183-d713-4736-9235-baf1867013b5",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "provinces"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "7e21bf11-f605-413f-8ece-f6db7222f724",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "provinces"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "05feca92-f80d-4b85-81f2-1a2209b55e3f",
                  "name": "İBBS bölgesinin nüfus serisi",
                  "request": {
                    "name": "İBBS bölgesinin nüfus serisi",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "regions",
                        ":code",
                        "population"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "key": "from",
                          "value": "<integer>"
                        },
                        {
                          "disabled": false,
                          "key": "to",
                          "value": "<integer>"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "31b5a34f-f378-4006-a34b-65b7200a0015",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "population"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "from",
                              "value": "2015"
                            },
                            {
                              "key": "to",
                              "value": "2025"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"data\": {\n    \"level\": \"region\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"series\": [\n      {\n        \"year\": 2025,\n        \"total\": 842,\n        \"male\": 2375,\n        \"female\": 5743\n      },\n      {\n        \"year\": 2025,\n        \"total\": 5789,\n        \"male\": 1556,\n        \"female\": 8185\n      }\n    ]\n  },\n  \"count\": 5800\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "86c97746-8cb3-4a53-904a-98311962370b",
                      "name": "Geçersiz level/code/yıl aralığı",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "population"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "from",
                              "value": "2015"
                            },
                            {
                              "key": "to",
                              "value": "2025"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "7b745728-a5d8-43c3-8b43-de5093f692ed",
                      "name": "Birim bulunamadı",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "population"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "from",
                              "value": "2015"
                            },
                            {
                              "key": "to",
                              "value": "2025"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "48e27201-19bd-4658-92b5-6826621c6a3a",
                  "name": "İBBS düzey-2 bölge sınırı (GeoJSON Feature)",
                  "request": {
                    "name": "İBBS düzey-2 bölge sınırı (GeoJSON Feature)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "regions",
                        ":code",
                        "boundary"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "code",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/geo+json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "155381fe-1c32-4063-971a-98693e315aff",
                      "name": "GeoJSON Feature",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "boundary"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/geo+json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/geo+json"
                        }
                      ],
                      "body": "{\n  \"type\": \"Feature\",\n  \"id\": \"string\",\n  \"bbox\": [\n    8177.313273334509,\n    6722.327009305405,\n    2132.377037053118,\n    5373.471981061351\n  ],\n  \"properties\": {\n    \"level\": \"region\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"province_code\": 3991\n  },\n  \"geometry\": {\n    \"type\": \"Polygon\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "4a21e139-d5a8-4323-977f-f1fc0c5b68e1",
                      "name": "Sınır verisi yok (düzey-1 bölgeler için poligon bulunmaz)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "regions",
                            ":code",
                            "boundary"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "code",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "3cfb9fed-a022-404e-a0a9-622ea20a5dbb",
          "name": "Birimin nüfus serisi: yıl bazında toplam/erkek/kadın (2007–2025)",
          "request": {
            "name": "Birimin nüfus serisi: yıl bazında toplam/erkek/kadın (2007–2025)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "population"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "level",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "code",
                  "value": "<string>",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "<integer>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}"
                },
                {
                  "key": "in",
                  "value": "header"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8f2bd797-f6d6-4247-8a34-556b97832b0a",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "population"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "<string>"
                    },
                    {
                      "key": "code",
                      "value": "6"
                    },
                    {
                      "key": "from",
                      "value": "2015"
                    },
                    {
                      "key": "to",
                      "value": "2025"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"level\": \"<string>\",\n    \"code\": \"6\",\n    \"name\": \"string\",\n    \"series\": [\n      {\n        \"year\": 2025,\n        \"total\": 1139,\n        \"male\": 5887,\n        \"female\": 3666\n      },\n      {\n        \"year\": 2025,\n        \"total\": 8991,\n        \"male\": 847,\n        \"female\": 7477\n      }\n    ]\n  },\n  \"count\": 5963\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3019c948-9844-4908-861f-0b169740b9d6",
              "name": "Geçersiz level/code/yıl aralığı",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "population"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "<string>"
                    },
                    {
                      "key": "code",
                      "value": "6"
                    },
                    {
                      "key": "from",
                      "value": "2015"
                    },
                    {
                      "key": "to",
                      "value": "2025"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c7905614-209b-488d-a978-09ebeef10202",
              "name": "Birim bulunamadı",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "population"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "<string>"
                    },
                    {
                      "key": "code",
                      "value": "6"
                    },
                    {
                      "key": "from",
                      "value": "2015"
                    },
                    {
                      "key": "to",
                      "value": "2025"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0d737bd9-7c46-49da-88ae-1901cb1eed7e",
          "name": "indicators",
          "item": [
            {
              "id": "ac3f700b-2f59-47ad-b745-64a625aef851",
              "name": "Gösterge kataloğu (80 gösterge, 11 grup)",
              "request": {
                "name": "Gösterge kataloğu (80 gösterge, 11 grup)",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "indicators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "group",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "apikey",
                  "apikey": [
                    {
                      "key": "key",
                      "value": "X-API-Key"
                    },
                    {
                      "key": "value",
                      "value": "{{apiKey}}"
                    },
                    {
                      "key": "in",
                      "value": "header"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "60cbdc85-56ed-4a61-802a-d531917229d2",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "indicators"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "group",
                          "value": "Nüfus ve Demografi"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "X-API-Key",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"data\": [\n    {\n      \"no\": \"ADNKS-GK137473-O29001\",\n      \"name\": \"string\",\n      \"name_en\": \"string\",\n      \"group\": \"Nüfus ve Demografi\",\n      \"source\": \"string\",\n      \"period\": \"aylik\",\n      \"decimals\": 5169,\n      \"meta_url\": \"string\"\n    },\n    {\n      \"no\": \"ADNKS-GK137473-O29001\",\n      \"name\": \"string\",\n      \"name_en\": \"string\",\n      \"group\": \"Nüfus ve Demografi\",\n      \"source\": \"string\",\n      \"period\": \"yillik\",\n      \"decimals\": 358,\n      \"meta_url\": \"string\"\n    }\n  ],\n  \"count\": 7518\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "94231e25-a409-44cc-9d1d-2c5a2d411de2",
              "name": "{no}",
              "item": [
                {
                  "id": "baca7393-6eae-4a91-b725-dc8b60a69b43",
                  "name": "Gösterge meta verisi + düzey bazında mevcut dönemler",
                  "request": {
                    "name": "Gösterge meta verisi + düzey bazında mevcut dönemler",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "indicators",
                        ":no"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "no",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "3d209867-2729-48df-990c-8df2cbde8234",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "indicators",
                            ":no"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "no",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"data\": {\n    \"no\": \"ADNKS-GK137473-O29001\",\n    \"name\": \"string\",\n    \"name_en\": \"string\",\n    \"group\": \"Nüfus ve Demografi\",\n    \"source\": \"string\",\n    \"period\": \"yillik\",\n    \"decimals\": 7706,\n    \"meta_url\": \"string\",\n    \"coverage\": [\n      {\n        \"level\": \"<string>\",\n        \"periods\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"level\": \"<string>\",\n        \"periods\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ]\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "68220060-ca1a-4f3e-bf18-5e1b1b3a4fd0",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "indicators",
                            ":no"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "no",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "02086255-9188-411f-a0ab-a4dd7192e8fa",
                  "name": "Gösterge değerleri: code ile bir birimin tüm dönemleri, period ile bir dönemin tüm birimleri (en fazla 1000 satır)",
                  "request": {
                    "name": "Gösterge değerleri: code ile bir birimin tüm dönemleri, period ile bir dönemin tüm birimleri (en fazla 1000 satır)",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "indicators",
                        ":no",
                        "values"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "key": "level",
                          "value": "<string>",
                          "description": "(Required) "
                        },
                        {
                          "disabled": false,
                          "key": "code",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "key": "period",
                          "value": "<string>"
                        },
                        {
                          "disabled": false,
                          "key": "limit",
                          "value": "<integer>"
                        }
                      ],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "no",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-API-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{apiKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "5b95da7d-f1d0-4ca7-9aa7-78f27e6f7c4d",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "indicators",
                            ":no",
                            "values"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "level",
                              "value": "<string>"
                            },
                            {
                              "key": "code",
                              "value": "6"
                            },
                            {
                              "key": "period",
                              "value": "2024"
                            },
                            {
                              "key": "limit",
                              "value": "<integer>"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "no",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"indicator\": \"string\",\n  \"data\": [\n    {\n      \"level\": \"<string>\",\n      \"code\": \"6\",\n      \"name\": \"string\",\n      \"period\": \"2024\",\n      \"value\": 5755.557526938314\n    },\n    {\n      \"level\": \"<string>\",\n      \"code\": \"6\",\n      \"name\": \"string\",\n      \"period\": \"2024\",\n      \"value\": 1555.4684900880545\n    }\n  ],\n  \"count\": 8874\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "9ca44a3b-4b5e-459c-9531-a3ac0582edc1",
                      "name": "code veya period zorunlu",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "indicators",
                            ":no",
                            "values"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "level",
                              "value": "<string>"
                            },
                            {
                              "key": "code",
                              "value": "6"
                            },
                            {
                              "key": "period",
                              "value": "2024"
                            },
                            {
                              "key": "limit",
                              "value": "<integer>"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "no",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "1202f930-c628-4e3d-af78-8ce54bb7e813",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "indicators",
                            ":no",
                            "values"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "key": "level",
                              "value": "<string>"
                            },
                            {
                              "key": "code",
                              "value": "6"
                            },
                            {
                              "key": "period",
                              "value": "2024"
                            },
                            {
                              "key": "limit",
                              "value": "<integer>"
                            }
                          ],
                          "variable": [
                            {
                              "disabled": false,
                              "type": "any",
                              "value": "<string>",
                              "key": "no",
                              "description": "(Required) "
                            }
                          ]
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-API-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "text/plain"
                        }
                      ],
                      "body": "",
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "6f4d0788-2611-4c9f-9e46-238e1ee49f80",
          "name": "Bir düzeyin tüm sınırları: FeatureCollection (il 81, ilçe 973, bölge 26)",
          "request": {
            "name": "Bir düzeyin tüm sınırları: FeatureCollection (il 81, ilçe 973, bölge 26)",
            "description": {},
            "url": {
              "path": [
                "v1",
                "boundaries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "level",
                  "value": "<string>",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/geo+json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}"
                },
                {
                  "key": "in",
                  "value": "header"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f8668cf1-f44b-46c0-be8f-0e617ad90184",
              "name": "GeoJSON FeatureCollection",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "boundaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/geo+json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/geo+json"
                }
              ],
              "body": "{\n  \"type\": \"FeatureCollection\",\n  \"count\": 1323,\n  \"features\": [\n    {\n      \"type\": \"Feature\",\n      \"id\": \"string\",\n      \"bbox\": [\n        2200.7975430270953,\n        7497.250495871177,\n        5567.984688173543,\n        524.9407116438442\n      ],\n      \"properties\": {\n        \"level\": \"<string>\",\n        \"code\": \"6\",\n        \"name\": \"string\",\n        \"province_code\": 4448\n      },\n      \"geometry\": {\n        \"type\": \"Polygon\"\n      }\n    },\n    {\n      \"type\": \"Feature\",\n      \"id\": \"string\",\n      \"bbox\": [\n        2361.4078634048997,\n        2264.435491594541,\n        1501.228007364439,\n        9553.810464881197\n      ],\n      \"properties\": {\n        \"level\": \"<string>\",\n        \"code\": \"6\",\n        \"name\": \"string\",\n        \"province_code\": 8686\n      },\n      \"geometry\": {\n        \"type\": \"Polygon\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9875cba3-2869-4d05-9d9f-f08ea1cecfcb",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "boundaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "level",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "http://localhost:8081",
      "key": "baseUrl"
    }
  ],
  "info": {
    "_postman_id": "f95ae880-b8b3-4527-abff-8ad0dd545475",
    "name": "apikapi.io",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Türkiye verileri için API platformu: TÜİK il/ilçe kodları, İBBS bölgeleri, mahalle/köy/posta kodları, TÜİK nüfus serileri, istatistik göstergeleri ve GeoJSON sınırlar — yalnızca resmî TÜİK/PTT kaynaklarından (crawler) beslenen veri setleri. Veri uçları X-API-Key başlığı ister; key'ler dashboard'dan üretilir ve seçilen API ürünlerine (scope) yetkilendirilir.",
      "type": "text/plain"
    }
  }
}
