meta { name: Import PGN type: http seq: 9 } http { method: POST url: {{baseUrl}}/board/game/import/pgn body: json auth: none } headers { Content-Type: application/json } body:json { { "pgn": "[Event \"Test Game\"]\n[Site \"NowChess\"]\n1. e4 e5 2. Nf3 Nc6" } }