Usage
- Create a project using the
POST /projectsendpoint. - Create a batch for that project using the
POST /batchesendpoint. - Append jobs to that batch using the
POST /batches/[batch]/append-jobsendpoint. - Run that batch using the
POST /batches/[batch]/runusing the id.