Api Returning Url Json

Hey guys, i am receiving an api from another system, this api is an json object, inside this json object i have an url with another json file. I have a api workflow receiving the first api, then im passing the url inside the repsonse as an api again, but im struggling to get the response for this second api. Any ideias hot to manage that?

this is an example version of the api im getting:

{

"eventType": "position",

"data": {

  "id": "dd5e5227-52a9-404a-83e1-1933b01ea0dc",

  "documentNumber": "99999999999999",

  "urls": [

    "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/link-example.json"

  ],

  "full": false,

  "processKey": "0ff40b0e-35ca-4d1f-bdeb-9d9f16",

  "createdAt": "2021-01-13T19:59:27.5994488Z"

},

"processKey": "0ff40b0e-35ca-4d1f-bdeb-9d9f16",

"createdAt": "2021-01-13T19:59:27.675Z"

}

i need to consult the url inside this json

im getting this message in postman when simulating the call:
“message”: “There was an issue getting the file for the call New API - API Call. See the response {“key”:“568a2b17-f120-3887-31af-dd4002c21b6c”,\n"reference”:“UR-ROBOThzp15966”,\n"dueDate":“2023-08-23T00:00:00”,\n"paymentScheme":“MCC”,\n"debtor":“31688539000109”,\n"originalAssetHolderDocumentType":“CNPJ”,\n"originalAssetHolder":“47742213000152”,\n"amount":100000000,\n"prePaidAmount":0\n,“processReference”:“UR-ROBOTWCw43643”,\n"createdAt":“2023-08-23T15:37:17.5661326Z”,\n"lastUpdated":“2023-08-23T15:49:22.5240435Z”,\n"settlementObligations":[{“key”:“568a2b17-f120-3887-31af-dd4002c21b6c”,“totalAmount”:100000000,“settledAmount”:0,“balanceAmount”:100000000,“committedAmount”:0,“uncommittedAmount”:0,“dueDate”:“2023-08-23T00:00:00”,“expectedSettlementDate”:“2023-08-23T00:00:00”,“originalAssetHolder”:“47742213000152”,“originalAssetHolderDocumentType”:“CNPJ”,“assetHolder”:“47742213000152”,“assetHolderDocumentType”:“CNPJ”,“obligationType”:“Committed”,“lastUpdated”:“2023-08-23T15:49:22.5206196Z”,“advancements”:[],“settlements”:[],“contractObligations”:[{“key”:“6de1ae6a-5d6c-4d5c-b78e-319a3921a6d5”,“reference”:“CT-ROBOTENL75843”,“contractHolderDocumentType”:“CNPJ”,“contractHolder”:“72963718000194”,“effectPriority”:1,“tradeRepository”:“31345107000103”,“contractType”:“Warranty”,“warrantyType”:“Fiduciary”,“divisionMethod”:“Percentage”,“effectStrategy”:“Specific”,“effectAmount”:10000,“percentageValue”:10000,“isCanceled”:false,“committedEffectAmount”:100000000,“bankAccount”:{“branch”:“3232”,“account”:“47990”,“accountDigit”:“X3”,“accountType”:“CC”,“ispb”:“12345678”,“documentType”:“CNPJ”,“documentNumber”:“47742213000152”},“createdAt”:“2023-08-23T15:49:19.8315007Z”,“lastUpdated”:“2023-08-23T15:49:22.5206196Z”}]}]}\n\n",