neon-sprawl/bruno/neon-sprawl-server/targeting/Post target select alpha.bru

23 lines
313 B
Plaintext

meta {
name: POST target select - prototype_target_alpha
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_target_alpha"
}
}