Test my mock API endpoints in real-time. These simulate the kind of RESTful services I build.
// Click "Send Request" to see the response here
/api/users
List all users
/api/users/:id
Get user by ID
/api/projects
List portfolio projects
/api/auth/login
Authenticate user
/api/health
Health check endpoint