info:
  title: Tufin
  version: 1.0.0
openapi: 3.0.3
paths:
  /payments/{id}:
    post:
      responses:
        201:
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  name:
                    type: string
