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
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.