coding-learning-platform API Documentation GET /api/users Fetch all users from the database. POST /api/users Create a new user. PUT /api/users/:id Update a user by ID. DELETE /api/users/:id Delete a user by ID.