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

20 lines
192 B
Plaintext

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