API is operational and running smoothly
Available Endpoints
GET
/api/users
Retrieve list of all users
POST
/api/users
Create a new user
GET
/api/users/{id}
Get specific user details
PUT
/api/users/{id}
Update user information
DELETE
/api/users/{id}
Remove a user
GET
/api/status
Check system health status