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:
23
backend/apis/BlinkApiCollection/Login.bru
Normal file
23
backend/apis/BlinkApiCollection/Login.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Login
|
||||
type: http
|
||||
seq: 28
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/people/me/token
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
User-Agent: insomnia/2023.5.8
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "john@mail.org",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user