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