Updated Grid

This commit is contained in:
2026-04-08 09:15:01 -04:00
parent ca95582d92
commit a900e5e96a
45 changed files with 2731 additions and 429 deletions

View File

@@ -0,0 +1,23 @@
meta {
name: Login
type: http
seq: 1
}
post {
url: {{BASE_URL}}/auth/login
body: json
auth: inherit
}
body:json {
{
"username": "admin",
"password": "test"
}
}
settings {
encodeUrl: true
timeout: 0
}