{
  "info": {
    "_postman_id": "55a6db43-584d-47f6-adb1-f4435705991f",
    "name": "Uniontech partners",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "2764389"
  },
  "item": [
    {
      "name": "Ping",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/ping",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ping"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Write card",
      "request": {
        "auth": {
          "type": "noauth"
        },
        "method": "POST",
        "header": [
          {
            "key": "X-Api-Key",
            "value": "{{apiKey}}",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"credits\": 1.5\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/writecard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "writecard"
          ]
        }
      },
      "response": []
    },
    {
      "name": "Read card",
      "request": {
        "auth": {
          "type": "noauth"
        },
        "method": "GET",
        "header": [
          {
            "key": "X-Api-Key",
            "value": "{{apiKey}}",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/readcard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "readcard"
          ]
        }
      },
      "response": []
    }
  ]
}