Hi @Seshu,
Since I am new with APIs so I took my time to test and try different APIs and how they work. Now the problem I came across is "Access-Control-Allow-Origin". What I basically want is get/put requests from a SharePoint site but this "Access-Control-Allow-Origin" is what we get. And I have realized this to work we need a node server python/js. Which at first place I didnt want to have.
What I want is to run the API call directly or indirectly (through a script lying on the same or different web location) from the SharePoint site, without the need of a VM/Container where I host Node.
Tell me is that doable or not?