Figma Data Handling Overview Work with Figma's data APIs: comments, version history, and user information. Handle sensitive data correctly with redaction and privacy compliance. Prerequisites - with appropriate scopes ( , ) - Understanding of GDPR/CCPA basics Instructions Step 1: Comments API Step 2: Version History API Step 3: User Data and Privacy Step 4: Data Retention Step 5: Safe Logging Output - Comments fetched and posted via REST API - Version history retrieved with pagination - PII redacted before logging and storage - Data retention policies applied Error Handling | Error | Cause |…