I have Web Service REST Server
, I need to traffic a web service image to the client, when the client requests a certain image, the web service converts to base64
and sends it to the client.
I'd like to know what I'm doing to test the return of this image in Postman
.
Does anyone have an idea how to do it?