Files
basango/projects/backend/api/identity-and-access/user-profile.bru
T
2025-10-05 14:42:25 +02:00

16 lines
147 B
Plaintext

meta {
name: user-profile
type: http
seq: 9
}
get {
url: {{baseUrl}}/me
body: none
auth: bearer
}
auth:bearer {
token: {{token}}
}