How can i display my image which the image call from database but only return alot question mark... see here >>>

If i direct call the API using the link it come out it result:
{"success":false,"message":"No token provided"}
async getImage(){
const res = await MemberService.getmemberprofileimage('1667546872110-agape-1667546868823.jpeg').then(function(response){
        return response;
      })
      if(res.status == 200){
        if(res.data.success != false){
          this.gImage = res.data;
          console.log('Res:', res);
        }
      }
    }
ReturnData:
