22 lines
255 B
Plaintext
22 lines
255 B
Plaintext
meta {
|
|
name: All Legal Moves
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
http {
|
|
method: POST
|
|
url: {{baseUrl}}/rules/all-legal-moves
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{internalToken}}
|
|
}
|
|
|
|
body:json {
|
|
{}
|
|
}
|