Files
DADProject/bruno_collection/Auth/Get Auth User.bru
T
2025-12-04 20:45:22 +00:00

17 lines
190 B
Plaintext

meta {
name: Get Auth User
type: http
seq: 2
}
get {
url: {{api_url}}/users/me
body: none
auth: none
}
headers {
Accept: application/json
Authorization: Bearer {{token}}
}