I made an API call with Nodejs and rendered the data in my ejs file. The JSON data that I parsed in my ejs file has a unique ID. I need to pass this ID back to the server so I can make another call to the API with this unique ID.
I know how to request data from a form with nodejs but how do I request a single object like an ID?