neon-sprawl/bruno/neon-sprawl-server/position/Post move.bru

27 lines
297 B
Plaintext

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
}
}
}