mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
GetAllExperiences
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: GetAllExperiences
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:3000/api/experiences/
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"personId": 1
|
||||
}
|
||||
}
|
@ -3,5 +3,5 @@ auth {
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJzb25faWQiOjEsImlhdCI6MTc0OTcxNTI1MCwiZXhwIjoxNzQ5NzQ0MDUwfQ.s1Fn9-Ju5XayFq89MBaQ9AGVm7CIrVvUaDWbnfiBA54
|
||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwZXJzb25faWQiOjEsImlhdCI6MTc0OTcxNjg4MiwiZXhwIjoxNzQ5NzQ1NjgyfQ.fcvogRFGJtQLX3FKR_fylQRsJE-zhuLwn94J1TgwwkA
|
||||
}
|
||||
|
Reference in New Issue
Block a user