I created filter array and fetching the document libraries.

found the below raw output.
{
"body": [
{
"Name": "0cce2ca3-baad-43ca-86c7-c119e8a6728a",
"DisplayName": "Document Library 1",
"Type": "101"
},
{
"Name": "8c1bd727-a9ce-4186-8e04-71eee65e4acf",
"DisplayName": "Document Library 2",
"Type": "101"
},
{
"Name": "997623e6-1a0e-4eb6-bbc9-a582e772eaa1",
"DisplayName": "Documents",
"Type": "101"
},
{
"Name": "4887f97f-b673-4b63-880f-0cb66c7a6322",
"DisplayName": "ExpireDocumentLibrary",
"Type": "101"
}
]
}
now i need to fetch all the files inside all document library.
Kindly advise me