22 lines
244 B
Plaintext
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 {
|
|
{}
|
|
}
|