Files
NowChessSystems/bruno/account/official/02 Create Official Bot.bru
T
2026-04-30 18:56:54 +02:00

24 lines
295 B
Plaintext

meta {
name: Create Official Bot
type: http
seq: 2
}
http {
method: POST
url: {{accountBaseUrl}}/account/official-bots
body: json
auth: none
}
headers {
Content-Type: application/json
Authorization: Bearer {{adminToken}}
}
body:json {
{
"name": "Stockfish-1000"
}
}