/health/pulse:
  get:
    description: Returns process information describing application instance.
    security:
      - jwt: []
    responses:
      403:
        $ref: '#/responses/Unauthorized'
      200:
        $ref: '#/responses/Pulse'
