Referenta
POST
/api/v1/press-monitor/feed

Proxies the request body to the upstream Rust press-monitor service's /feed endpoint and returns its response unchanged.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/press-monitor/feed" \  -H "Content-Type: application/json" \  -d '{}'
{}