authenticationDataModel function
Implementation
AuthenticationDataModel authenticationDataModel() {
return AuthenticationDataModel(
id: "1",
token:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MjMwODQ2MjQsImV4cCI6MTYyMzEwMjYyNH0.HhYgkhQ1SjoWoz9xgP9Yb4rrPCg-X5pwlg20YZt4YtI222",
refreshToken: "",
user: null,
);
}