Files
NowChessSystems/bruno/core/rules/04 Is Check.bru
T
2026-04-30 18:56:54 +02:00

22 lines
241 B
Plaintext

meta {
name: Is Check
type: http
seq: 4
}
http {
method: POST
url: {{baseUrl}}/rules/is-check
body: json
auth: none
}
headers {
Content-Type: application/json
Authorization: Bearer {{internalToken}}
}
body:json {
{}
}