In this project u will find 5 api endpoints
In this endpoint u will get all the users from the database
If you used the search query then it will find the given data in the parameter // 6 parameters (first_name ,last_name ,role ,title ,pagesize ,pageno) the pageSize and no will not work in the search query
In this endpoint u will get the user data from the database using the id
In this endpoint u can create the user in the database using content type of json
Give good json
In this endpoint u can update the user data in the database using the id and content type of json
Updating the role in the user will just add that role in the db
In this endpoint u can delete the user data from the database using the id
Use with caution