Generic Proxy Service

Version: 1.0.0

APIs:

1. POST /api/config - Update configuration

2. POST /api/proxy - HTTP proxy service

Example:

POST /api/proxy
{
  "url": "https://api.example.com/data",
  "method": "GET"
}