openapi: 3.0.0
info:
  title: Test API
  version: 1.0.0
paths:
  /payments:
    post:
      operationId: createPayment
      responses:
        '200':
          description: OK
