This repository contains basic API tests written using the REST-Assured library.
In this repository, you will find examples of:
- Sending GET, POST, PUT, and DELETE requests.
- Validating responses (status code, response body, headers).
- Using parameters and headers in requests.
- JSON serialization and deserialization.