Go-TestAPI/brunoTest/golang-test/User/Get User Info.bru

16 lines
147 B
Plaintext
Raw Permalink Normal View History

2024-06-07 12:52:30 +00:00
meta {
name: Get User Info
type: http
seq: 3
}
get {
url: {{host}}/user
body: none
2024-06-09 12:58:38 +00:00
auth: bearer
2024-06-07 12:52:30 +00:00
}
2024-06-09 12:58:38 +00:00
auth:bearer {
token: {{token}}
2024-06-07 12:52:30 +00:00
}