25 lines
282 B
Plaintext
25 lines
282 B
Plaintext
meta {
|
|
name: Candidate Moves
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/rules/candidate-moves
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{internalToken}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"context": {},
|
|
"square": "e2"
|
|
}
|
|
}
|
|
|