Problem statement :-
- There are 2 DBs. After a batch job run, data from DB1>table1 goes to DB2>table1.
- We need to verify the data is transferred.
- Now you need to do a get API call to check if the data is available in DB2>table1
- for that we need to get the data from DB1 and put it in json format
- do the API get call to DB2 with the json
- check the response