api/rest/user info.bru

15 lines
146 B
Plaintext
Raw Normal View History

2023-10-10 19:04:57 +00:00
meta {
name: user info
type: http
seq: 2
}
get {
url: {{host}}/api/v1/user
body: none
}
headers {
Authorization: Bearer {{token}}
}