curl -X POST https://instagres.com/api/v1/database \ -H "Content-Type: application/json" \ -d '{"ref": "my-app"}' # Response: # { # "status": "UNCLAIMED", # "neon_project_id": "...", # "connection_string": "postgresql://...", # "claim_url": "https://instagres.com/claim/...", # "expires_at": "..." # }