Files
blink/backend/apis/BlinkApiCollection/Person/GetPerson.bru
2025-06-10 12:20:34 +02:00

16 lines
179 B
Plaintext

meta {
name: GetPerson
type: http
seq: 7
}
get {
url: http://localhost:3000/api/people/1/details
body: none
auth: none
}
headers {
User-Agent: insomnia/2023.5.8
}