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