meta { name: Import PGN type: http seq: 2 } http { method: POST url: {{baseUrl}}/api/board/game/import/pgn body: json auth: none } headers { Content-Type: application/json } body:json { { "pgn": "1. e4 e5 2. Nf3 Nc6 *" } }