feat: initial
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
info:
|
||||
name: Create Product
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/package-names/:name/products"
|
||||
params:
|
||||
- name: name
|
||||
value: com.approagency.ai
|
||||
type: path
|
||||
body:
|
||||
type: multipart-form
|
||||
data:
|
||||
- name: title
|
||||
type: text
|
||||
value: اشتراک سالانه
|
||||
- name: price
|
||||
type: text
|
||||
value: "200000"
|
||||
description: toman
|
||||
- name: type
|
||||
type: text
|
||||
value: "2"
|
||||
description: |-
|
||||
permanent' => 1,
|
||||
yearly' => 2,
|
||||
6monthl' => 3,
|
||||
'monthly' => 4
|
||||
- name: descriptions[0]
|
||||
type: text
|
||||
value: ""
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user