17 lines
167 B
Text
17 lines
167 B
Text
meta {
|
|
name: create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/guild/create
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Atums World"
|
|
}
|
|
}
|