package endpoint // Endpoint for registering a user const Register = "/api/v1/register" const Login = "/api/v1/login"