i want pass multiple parameter with same key with different value in Rest request
example -localhost:3030/products?$select[]=Duracell - AA Batteries (8-Pack)&$select[]=description
SoapUi tool does not allow to enter same key (select[]), it throws error- "property name exists!"
Is there anyway where i can pass multiple value? if its there please explain the steps.
Thanks