info: name: Update Product type: http seq: 2 http: method: PATCH url: "{{baseUrl}}/package-names/:name/products/:product_id" params: - name: name value: com.approagency.meditation type: path - name: product_id value: "1" type: path body: type: json data: |- { "title": "اشتراک ماهانه", "price": 1000, "type": 4 } auth: inherit settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5