Trying find the option "Allow Duplicate specific transaction" when creating virtual service using Invoke API. For some reason , even though my API call has "duptxns : true" its still not created duplicate Transactions.
curl -X POST "http://localhost:1505/lisa-virtualize-invoke/api/v3/vses/VSE/services" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "config={"virtualService":{"version":"2","name":"API_Test_22","description":"Invoke API V2","status":""},"transportProtocol":{"typeId":"HTTP","basePath":"/","useGateway":true,"duptxns":true,"hostHeaderPassThrough":false},"dataProtocol":{"forRequest":true,"typeId":"RESTDPH"}}" -F "deploy=true" -F "inputFile1=@01_currencies-req.txt;type=text/plain" -F "inputFile2=@01_currencies-rsp.txt;type=text/plain"