meta { name: POST move type: http seq: 5 } post { url: {{baseUrl}}/game/players/{{playerId}}/move body: json auth: none } headers { content-type: application/json } body:json { { "schemaVersion": 1, "target": { "x": -4.5, "y": 0.9, "z": -5 } } }