I have an active, paid subscription to nanse.ai and need a small service that signs in with my credentials, fetches the Market trends dataset once every 24 hours, saves the payload as clean JSON on my own server, and makes the most recent file (plus a limited history) reachable through a simple REST endpoint. Here’s what I’m expecting from you: • A script or micro-service (Python, Node.js or similar) that authenticates against nanse.ai, calls their Market trends API with the parameters I’ll supply, and schedules itself to run daily via cron or another scheduler. • Local storage logic that overwrites or versions the response in .json format, keeping things organised and lightweight. • A lightweight REST endpoint (e.g., Flask, FastAPI, Express) living on my server that returns the latest JSON on GET, with optional date filtering. • Deployment help: you’ll SSH into my environment, set up any dependencies, and prove the job runs automatically and the endpoint is reachable. • Brief, clear README or inline docs so I can adjust parameters or scheduling later on. Acceptance is straightforward: after deployment I can hit /market-trends on my server, receive the fresh JSON pulled at that time.