Update or add multiple users at once. This route is admin-only.put https://localhost:3000/api/usersBody ParamsList of users to add or update.ADD objectResponses 200A list of all existing users, including the user that was just added or updated. defaultIn case of an error, an error payload containing error code, name, and description is returned.Updated 3 months ago