0

As I am sending a GET request using token to API, it responses only with image

For some reasons my Postman shows an unreadable message, but for another Postman on another PC returns an image

enter image description here enter image description here

I don't know what I should write on Call response body to get image, as I mentioned with signs ??? below

@GET (api/profilephoto)
Call<???> getProfilePhoto (@Header("Authorization") String authToken);

It is not just an url String, because it returns image using token only.

Just Ahead
  • 2,377
  • 6
  • 16
  • 25

0 Answers0