{
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "value",
        "value": "{{api_key}}",
        "type": "string"
      },
      {
        "key": "key",
        "value": "api-key",
        "type": "string"
      }
    ]
  },
  "method": "GET",
  "header": [
    {
      "key": "Content-Type",
      "value": "application/json"
    },
    {
      "key": "x-merchant-id",
      "value": "{{merchant_id}}"
    }
  ],
  "url": {
    "raw": "{{baseUrl}}/account/:account_id/connectors",
    "host": ["{{baseUrl}}"],
    "path": ["account", ":account_id", "connectors"],
    "variable": [
      {
        "key": "account_id",
        "value": "{{merchant_id}}"
      }
    ]
  }
}
