returnResponseEntity.status(Response.SC_OK).body(newJSONObject().put("message","Logout has been done correctly, wait some minutes untill it actually logs out").put("status",false).toMap());
returnResponseEntity.status(Response.SC_INTERNAL_SERVER_ERROR).body(newJSONObject().put("message","Message hasn't been sent.").put("status",false).toMap());