28 lines
295 B
Plaintext
28 lines
295 B
Plaintext
meta {
|
|
name: Create notification
|
|
type: http
|
|
seq: 12
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/users/{{id}}/create/notification
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"content": "{{content}}"
|
|
}
|
|
}
|
|
|
|
vars:pre-request {
|
|
id: 12
|
|
content: test
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|