meta { name: POST target select - prototype_npc_melee type: http seq: 11 } post { url: {{baseUrl}}/game/players/{{playerId}}/target/select body: json auth: none } headers { content-type: application/json } body:json { { "schemaVersion": 1, "targetId": "prototype_npc_melee" } }