fosrl.pangolin/bruno/Auth/verify-user.bru

16 lines
185 B
Text
Raw Normal View History

2024-10-06 22:09:30 -04:00
meta {
name: verify-user
type: http
seq: 4
}
get {
url: http://localhost:3000/badger/verify-user?sessionId=asdf
body: none
auth: none
}
params:query {
sessionId: asdf
}