Reviewed-on: #16 Co-authored-by: Clement <c.boesmier@aptatio.com> Co-committed-by: Clement <c.boesmier@aptatio.com>
23 lines
468 B
Plaintext
23 lines
468 B
Plaintext
meta {
|
|
name: link user to poi
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{PB_URL}}/api/collections/user_poi/records
|
|
body: json
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2xsZWN0aW9uSWQiOiJfcGJfdXNlcnNfYXV0aF8iLCJleHAiOjE3MTg4Mjg0NzEsImlkIjoidnZ5OTNtMWhvYWVzaHd5IiwidHlwZSI6ImF1dGhSZWNvcmQifQ.pC7u-QaZ_BYqWA5wG8wu1lRbbd4mKuKeAveWe_IBnfU
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"owner": "vvy93m1hoaeshwy",
|
|
"poi_list": "sh430u0im37cxm5"
|
|
}
|
|
}
|