Files
siren/bruno/auth/local/Get Self.bru
2026-04-08 09:15:01 -04:00

17 lines
161 B
Plaintext

meta {
name: Get Self
type: http
seq: 3
}
get {
url: {{BASE_URL}}/auth/user
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}