Given the provided context, generate a script to ingest the data from the API into the moose ingestion pipeline. This script should be written in the same language as the data model. Use the documentation to validate the URL structure. Make sure to use the correct data model name as part of the URL.

The script generation leverages:
- use typescript
- The API URL from earlier questions
- The data model name and structure from earlier questions
- The Moose documentation context
- The LLM to generate appropriate code
- Do not use any external libraries or tools
- Do not use any external libraries or tools
- Define the interfaces in the script file, do not import them from elsewhere
- Do not import anything from elsewhere except for import { Key } from "@514labs/moose-lib";

Ensure that this script calls the API once, and then ends.

The ingest url to post to is of format http://localhost:4000/ingest/{data_model_name}/0.0
