docs(api): auth endpoints in bruno

This commit is contained in:
2025-09-22 22:38:48 -05:00
parent 4cc990f52f
commit bc1cbbad2e
6 changed files with 117 additions and 4 deletions

View File

@@ -5,16 +5,16 @@ meta {
}
post {
url: http://{{url}}/lst/api/register
url: http://{{url}}/lst/api/user/register
body: json
auth: inherit
}
body:json {
{
"username":"matthes01",
"username":"matthes011",
"name":"blake",
"email":"blake.matthes@alpla.com",
"email":"blake1.matthes@alpla.com",
"password":"nova0511"
}
}