{
  "info": {
    "name": "Asaas SDK Proxy (Stub)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Catalog",
      "request": {
        "method": "GET",
        "url": "{{base_url}}/api/sdk/catalog"
      }
    },
    {
      "name": "Call SDK Method",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"args\": [\n    {},\n    {},\n    {},\n    {}\n  ]\n}"
        },
        "url": "{{base_url}}/api/sdk/call/customer/listCustomers"
      }
    }
    ,
    {
      "name": "Call SDK Method (GET)",
      "request": {
        "method": "GET",
        "header": [
          { "key": "X-Asaas-Api-Key", "value": "{{asaas_api_key}}" },
          { "key": "X-Asaas-Env", "value": "{{asaas_env}}" }
        ],
        "url": "{{base_url}}/api/sdk/customer/listCustomers?args=%5B%7B%7D%2C%7B%22limit%22%3A10%7D%2C%7B%7D%2C%7B%7D%5D"
      }
    }
  ]
}
