agent finished and updates servers

This commit is contained in:
2026-03-10 16:41:40 -05:00
parent 68d13b03d3
commit 4f24fe4660
24 changed files with 1738 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{url}}/lst/api/authentication/login
url: {{url}}/api/authentication/login
body: json
auth: inherit
}

View File

@@ -5,16 +5,16 @@ meta {
}
post {
url: {{url}}/lst/api/authentication/register
url: {{url}}/authentication/register
body: json
auth: inherit
}
body:json {
{
"username": "jane005",
"email": "jane@alpla.com",
"password": "superSecretPassword"
"username": "matthes01",
"email": "blake.matthes@alpla.com",
"password": "nova0511"
}
}