| Write python code to Create an API endpoint for generating secure temporary URLs using Flask. accepts POST /generate-url with resource path and expiry; generates signed URL; validates signature on access; expires after TTL. Structure the project as: app/, routes/urls.py, utils/url_signer.py. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready. |