from typing import Dict, Any def extract_body(payload: Dict[str, Any]) -> str: ...