{ "path": "/api/v1/price-alerts", "method": "post", "status": "201", "type": "response", "example": { "success": true, "data": { "alertId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "instrumentId": 1001, "symbol": "AAPL", "targetPrice": 185.5, "currentPrice": 182.3, "createdAt": "2026-04-30T10:00:00Z", "updatedAt": "2026-04-30T10:00:00Z" } } }