I am writing a scenario in java. My problem statement is:
The values from response of API A is stored into two list accountType and accountId. I want to iterate over accountType list and say if accountType is X execute API B , if accountType is Y execute API C , if accountType is Z execute API D.
List accountType can have one or two or three values.