How merging two json?

Hello everyone, I would like to know how I can join two Jsons in one, I am going through an endpoint which contains pages, each page throws me a different Json, I need these jsons to be in one
The Api is this
https: //.api.infobip.com/people/persons? limit = 1000 & page = 1

@Juan_Esteban_Valencia - please check below topic - it might help you!

New Jarray From {JArray1.Union(JArray2)}