{
  "name": "My workflow",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -360,
        -20
      ],
      "id": "feffc16d-2d65-4fd7-afd3-a7c5635d4b27",
      "name": "When clicking ‘Test workflow’"
    },
    {
      "parameters": {
        "url": "https://you-want-download.com/public/image.png",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        -120,
        -20
      ],
      "id": "9e5cc21b-ae71-47ce-bcf8-8c96c3e5be16",
      "name": "下载文件"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://you-want-upload.com/api/upload",
        "sendBody": true,
        "contentType": "multipart-form-data",
        "bodyParameters": {
          "parameters": [
            {
              "parameterType": "formBinaryData",
              "name": "file",
              "inputDataFieldName": "binary-data-name"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        100,
        -20
      ],
      "id": "986895fe-e4e8-49a2-84b2-e8eadd42afe6",
      "name": "上传文件"
    }
  ],
  "pinData": {},
  "connections": {
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "下载文件",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "下载文件": {
      "main": [
        [
          {
            "node": "上传文件",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "",
  "meta": {
    "instanceId": "ab4e605dad69bafd4e9586b06ae821522e3c5830bd8a8657ae0a53c013d01474"
  },
  "tags": []
}