Files
blink/backend/apis/BlinkApiCollection/GetMyself.bru
2025-04-18 11:40:52 +02:00

16 lines
176 B
Plaintext

meta {
name: GetMyself
type: http
seq: 22
}
get {
url: http://localhost:3000/api/people/me
body: none
auth: inherit
}
headers {
User-Agent: insomnia/2023.5.8
}