I am getting doctorCodes as (Dr1124914 ,Dr1074955).
My clinic API gives above response taking one doctorCode a time ,I have to extract a value from my response. But I want to make parallel calls to my API with all values of doctorCodes as shown above in one go , extracting required field from it and accumulating finally to my resultant payload .