How to hit update service multiple time with different data set, Data set needs to be taken from the response of search API.
(First I need to hit search API, response of search API contains multiple records. now I want to hit Update API for all the records, in update request I need to pass record ID and some other data from the response of search API)