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

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