Design Pastebin - Text Sharing Service
FAANG Interview System Design Problem
Interview Question:
Design a web service that allows users to store and share text snippets through unique URLs. Users can paste text content, receive a shareable link, and optionally set expiration times. The system should handle basic text storage, retrieval, and URL generation similar to Pastebin or GitHub Gist.

