Files
NowChessSystems/bruno/account/challenge/01 Send Challenge.bru
T
2026-04-30 18:56:54 +02:00

27 lines
339 B
Plaintext

meta {
name: Send Challenge
type: http
seq: 1
}
http {
method: POST
url: {{accountBaseUrl}}/challenge/{{username}}
body: json
auth: none
}
headers {
Content-Type: application/json
Authorization: Bearer {{token}}
}
body:json {
{
"timeControl": {
"limitSeconds": 600,
"incrementSeconds": 5
}
}
}