feat: initial
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user