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

26 lines
344 B
Plaintext

meta {
name: POST move-stream
type: http
seq: 6
}
post {
url: {{baseUrl}}/game/players/{{playerId}}/move-stream
body: json
auth: none
}
headers {
content-type: application/json
}
body:json {
{
"schemaVersion": 1,
"targets": [
{ "x": -4.8, "y": 0.9, "z": -5 },
{ "x": -4.2, "y": 0.9, "z": -5 }
]
}
}