Files
lst/LogisticsSupportTool_API_DOCS/app/auth/Auth Me.bru

20 lines
190 B
Plaintext

meta {
name: Auth Me
type: http
seq: 1
}
get {
url: {{url}}/lst/api/user/me
body: none
auth: inherit
}
headers {
Cookie: {{session_cookie}}
}
settings {
encodeUrl: true
}