18 lines
166 B
Plaintext
18 lines
166 B
Plaintext
meta {
|
|
name: Track
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/dice/{{server}}/track
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"dice": "1d6"
|
|
}
|
|
}
|