info: name: modify-address type: http seq: 2 http: method: POST url: http://localhost:3000/api/v1/restricted/addresses/modify-address?country_id=1&address_id=1 params: - name: country_id value: "1" type: query - name: address_id value: "1" type: query body: type: json data: |- { "postal_code": "31-154", "city": "Kraków", "voivodeship": "śląskie", "street": "Długa", "building_no": "5", "recipient": "Adam Adamowicz" } auth: inherit settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5