This project contains documentation for API testing using Postman with the ReqRes API. The documentation includes GET, POST, PUT, PATCH, and DELETE requests to demonstrate basic API functionalities.
The purpose of this project is to practice and showcase API testing skills using Postman. It serves as a learning resource for understanding RESTful APIs and how to interact with them.
- GET Request: Retrieve a list of users.
- POST Request: Create a new user.
- PUT Request: Update the details of an existing user.
- PATCH Request: Update specific information of a user.
- DELETE Request: Delete a user.