feat: Implement Turnstile Solver API with browser automation - Added README.md for project documentation. - Created api_solver.py to handle Turnstile CAPTCHA solving using Quart and Playwright. - Implemented browser configuration management in browser_configs.py. - Introduced in-memory database for result storage in db_results.py. - Added requirements.txt for project dependencies including Quart, Playwright, and others.