I have a get connection that with retrieve the photo of a student and it has the student id, though the image retrieved is on base64, can I export this automatically to jpg as part of my initial postman get script,so I request the photos and export and save them to jpg
I am completely new to Postman and Javascript.
I have created a GET Command that get the student photo, it comes back with the image in base64. I also have the student ID number, so I need to be able to save the base64 code to jpg with the student ID, ie 123456.jpg
How can I do this?
Output of postman command