Removed troubleshooting section related to Bridge application and MCP server as it is no longer required and code can automatically update WA web client version
* update: README and screenshot
* fix: image path for n8n demo in README
* fix: convert screenshot section to HTML table format
Updated the README to use HTML table for screenshots.
* fix: remove table headers from README
Removed table headers from README.
* feat: ratelimit, ghcr package and proper project refactor from askarzh
* fix(bridge): validate media path
* update: dependencies
* fix: added LID to contact number migration
The HTTP API uses a JWT-based scheme, not an "ApiKey <key>" scheme.
`auth/login.go` accepts `Authorization: Bearer <api-key>` on
`/auth/login`, returns a JWT, and the JwtAuthMiddleware then expects
`Authorization: Bearer <jwt>` on every `/api/*` request. The previous
example would 401.
Replace the section with the actual two-step flow plus a working
`curl` invocation for each step. Also fix the endpoint path
(`/api/messages`, not `/messages`).