Metar overhaul, added footer, updated schemas

This commit is contained in:
2025-05-19 16:09:02 -04:00
parent 2ecb82ae63
commit ed98140d22
54 changed files with 1084 additions and 4924 deletions

18
bruno/Account/Logout.bru Normal file
View File

@@ -0,0 +1,18 @@
meta {
name: Logout
type: http
seq: 5
}
post {
url: {{API_URL}}/account/logout
body: none
auth: none
}
body:json {
{
"email": "user@gmail.com",
"password": "changeme"
}
}