Welcome to your simple Flask server! This app demonstrates basic Flask functionality with API endpoints.
Available API Endpoints
GET/api/users - Get all users
GET/api/users/{id} - Get user by ID
POST/api/users - Create new user
GET/health - Health check