analytics tool.
/api/auth/login POST
/api/auth/logout GET|HEAD
/api/auth/register POST
/api/auth/password/reset POST
/api/user get users GET|HEAD
/api/dashboard Dashboard view GET|HEAD
{
“message”:”...”,
“payload”:{
},
“status”: ”success” or ”fail”
}
//we shall add more as we continue