I want to cosume an api which consists of data like
studentId , name and age
into business central. We can do it via JsonArray, JsonObject and JsonToken. I have done it in open api. But my task is to consume an authenticated api. I haven't found any other resources to this. If anyone could help me ?