Working on session validation

This commit is contained in:
2025-04-11 09:53:05 -04:00
parent 56ac66e9b1
commit 98887d7fef
24 changed files with 724 additions and 132 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Validate Session
type: http
seq: 5
}
get {
url: {{API_URL}}/account/session
body: none
auth: none
}