Added
* Added full support for API testing in the Sheepy test framework.
* Implemented `ApiRequests` module for handling HTTP requests (GET, POST, PUT, DELETE) in API tests.
* Introduced new assert methods: `assertStatusCode`, `assertJsonResponse`, and `assertResponseContains` to validate HTTP responses.
* Provided built-in HTTP error handling via the `HttpError` exception class.