curl --location --request POST 'http://dev-cn.your-api-server.com/v1/batches' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"base_prompt": "<string>",
"call_data": [
{}
],
"label": "<string>",
"campaign_id": "<string>",
"test_mode": true
}'{
"message": "success",
"batch_id": "3p$7rQ3p9sT5bzmF-gen-batch"
}