feat: add very basic bruno collection
This commit is contained in:
14
rest/user info.bru
Normal file
14
rest/user info.bru
Normal file
@ -0,0 +1,14 @@
|
||||
meta {
|
||||
name: user info
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/api/v1/user
|
||||
body: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Authorization: Bearer {{token}}
|
||||
}
|
Reference in New Issue
Block a user