feat: initial

This commit is contained in:
2026-05-19 13:01:12 +03:30
commit eaec696a1b
66 changed files with 1682 additions and 0 deletions
+29
View File
@@ -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