> To Show All Users : /api/users
> Method : GET
> To Show Single User : /api/users/single/:userId
> Method : GET
> To Create New User : /api/users/create
> Method : POST
> To Update Specific User : /api/users/single/update/:userId
> Method : PUT
> To Delete Specific User : /api/users/single/delete/:userId
> Method : DELETE
Developed By Alisina Barghandan