peer-group-grading/bruno/user/Create user.bru
2025-04-03 13:40:48 +02:00

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"
}
}