25 lines
347 B
Plaintext
25 lines
347 B
Plaintext
meta {
|
|
name: subscriptions
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: {{url}}/api/notification/sub
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"userId":"0kHd6Kkdub4GW6rK1qa1yjWwqXtvykqT",
|
|
"notificationId": "0399eb2a-39df-48b7-9f1c-d233cec94d2e",
|
|
"emails": ["blake.mattes@alpla.com"]
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|