after the read feature(#5) is done, we need to have API that can update the user information.
We need 2 API for this.
user can update user-self information.
an admin can update the user has been approval or not (again, don't worry about the ACL at the moment)
after the user has been approved, we should have couple action happen here.
after the read feature(#5) is done, we need to have API that can update the user information. We need 2 API for this.
admin
can update the user has been approval or not (again, don't worry about the ACL at the moment) after the user has been approved, we should have couple action happen here.Unit test if possible