{
  "info": {
    "name": "Instagram Login API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Health Check",
      "request": {
        "method": "GET",
        "url": "http://localhost:5000/api/health"
      }
    },
    {
      "name": "Login (proxy ile)",
      "request": {
        "method": "POST",
        "url": "http://localhost:5000/api/login",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"username\": \"suleymanpensannn\",\n    \"password\": \"Kudem97.\",\n    \"proxy\": \"residential.veloproxy.net:9000:kIwLltC84L0_:69cac57f-7d0a-45ef-94f8-448a5bc4db93\"\n}"
        }
      }
    },
    {
      "name": "Login (proxy'siz)",
      "request": {
        "method": "POST",
        "url": "http://localhost:5000/api/login",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"username\": \"suleymanpensannn\",\n    \"password\": \"Kudem97.\"\n}"
        }
      }
    },
    {
      "name": "Session Check",
      "request": {
        "method": "POST",
        "url": "http://localhost:5000/api/session/check",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"username\": \"suleymanpensannn\"\n}"
        }
      }
    }
  ]
}
