Files
playtomic-wrapper/tournme/new/api-collection/tournme-be/Authentication/Get Me.bru
2026-01-31 13:49:56 +01:00

16 lines
146 B
Plaintext

meta {
name: Get Me
type: http
seq: 3
}
get {
url: {{baseUrl}}/auth/me
body: none
auth: bearer
}
auth:bearer {
token: {{token}}
}