Authorization: Bearer ********************
{ "name": "batch_name", "type": "batch_type" }
curl --location --request POST 'https://dashboard.jagel.co/api/v1/batch' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "batch_name", "type": "batch_type" }'
{ "success": true, "message": "Batch is successfully created", "errors": [], "data": { "batch_unique_id": "XXXXX9253367a089b0c242d7.441XXXXX", "name": "batch_name" } }