{
    "id": "{{post_id}}",
    "timestamp": "{{timestamp}}",
    "datetime": "{{datetime}}",
    "channel": {
        "id": "{{channel_id}}",
        "username": "{{channel_username}}"
    },
    "type": "{{type}}",
    "trading": {
        "symbol": "{{symbol}}",
        "direction": "{{direction}}",
        "entry": "{{entry_price}}",
        "target": "{{target_price}}",
        "stop_loss": "{{stop_loss}}",
        "timeframe": "{{timeframe}}"
    },
    "text": "{{text}}",
    "confidence": "{{confidence}}"
}

