Files
blink/backend/apis/BlinkApiCollection/Experience/GetAllExperiences.bru
2025-06-12 10:30:41 +02:00

18 lines
182 B
Plaintext

meta {
name: GetAllExperiences
type: http
seq: 5
}
get {
url: http://localhost:3000/api/experiences/
body: json
auth: inherit
}
body:json {
{
"personId": 1
}
}