30 lines
510 B
YAML
30 lines
510 B
YAML
info:
|
|
name: Subscribe To Products
|
|
type: http
|
|
seq: 5
|
|
|
|
http:
|
|
method: PUT
|
|
url: "{{baseUrl}}/package-names/:name/products/:product_id/subscribe"
|
|
params:
|
|
- name: name
|
|
value: hamrah.mechanic
|
|
type: path
|
|
- name: product_id
|
|
value: "1"
|
|
type: path
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"purchase_token": "aolXNLJkZ4HtgUXA",
|
|
"gateway": "myket"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|