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