Release v0.7.0 - Integrated a RESTful API system into the project.
Version 0.7.0
New Features:
- Integrated a RESTful API system into the project.
- Added support for handling common HTTP methods (GET, POST) for user management operations.
- API endpoints now accept and return data in JSON format.
- Added validation for incoming data and structured error handling.
- API responses now include appropriate HTTP status codes such as 200 OK, 400 Bad Request, and 404 Not Found.
Improvements:
- Enhanced modularity by implementing API features as add-ons.
- Improved response times and error handling for a smoother user experience.
Bug Fixes:
- Fixed issue #1