Files
NowChessSystems/bruno/core/io/03 Export FEN.bru
T
2026-04-30 18:56:54 +02:00

22 lines
244 B
Plaintext

meta {
name: Export FEN
type: http
seq: 3
}
http {
method: POST
url: {{ioBaseUrl}}/io/export/fen
body: json
auth: none
}
headers {
Content-Type: application/json
Authorization: Bearer {{internalToken}}
}
body:json {
{}
}