fixed formatting so it would show in bruno

This commit is contained in:
2026-01-27 20:43:19 -05:00
parent 49ee68e905
commit ffbf9d8717
2 changed files with 19 additions and 15 deletions
+10 -8
View File
@@ -12,13 +12,13 @@ post {
body:json {
{
"email": "admin@example.com",
"username": "admin",
"password": "admin123",
"first_name": "Admin",
"last_name": "User",
"role": "admin"
}
"email": "admin@example.com",
"username": "admin",
"password": "admin123",
"first_name": "Admin",
"last_name": "User",
"role": "admin"
}
}
script:post-response {
@@ -27,6 +27,7 @@ script:post-response {
return bru.setEnvVar("token", data.token, { persist: true });
}
onResponse(res);
}
settings {
@@ -78,4 +79,5 @@ docs {
- Use this request only when specifically creating admin accounts
- For regular user creation, use "Register User" request
- Admin token will have elevated privileges for administrative operations
}
}