mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Create experience endpoint (beta)
This commit is contained in:
20
backend/apis/BlinkApiCollection/ActivatePerson.bru
Normal file
20
backend/apis/BlinkApiCollection/ActivatePerson.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user