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

21 lines
313 B
Plaintext

meta {
name: ActivatePerson
type: http
seq: 27
}
get {
url: http://localhost:3000/api/people/me/activation?q=3ac9c204de1676b54163ed8015c7af00
body: json
auth: none
}
params:query {
q: 3ac9c204de1676b54163ed8015c7af00
}
headers {
Content-Type: application/json
User-Agent: insomnia/2023.5.8
}