lf9-pgg/bruno/user/Create user.bru
2025-06-11 14:48:16 +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"
}
}