info: name: change-order-status type: http seq: 4 http: method: GET url: http://localhost:3000/api/v1/restricted/orders/change-order-status?order_id=1&status=PAID params: - name: order_id value: "1" type: query - name: status value: PAID type: query auth: inherit settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5