19 lines
217 B
Text
19 lines
217 B
Text
meta {
|
|
name: Create user
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{api_base}}/user
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username": "hure",
|
|
"name": "Dumme Nutte",
|
|
"password": "nüttchen"
|
|
}
|
|
}
|