curl --location --request POST 'http://dev-cn.your-api-server.com/v1/batches//analyze' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"goal": "<string>",
"questions": [
[
"<string>"
]
]
}'{
"status": "success",
"message": "Successfully analyzed batch",
"answers": {
"123e4567-e89b-12d3-a456-426614174000": [
"human",
"Customer found the product sturdy and reliable",
"A bit heavy",
true
],
"123e4567-e89b-12d3-a456-426614174001": [
"voicemail",
null,
null,
false
]
}
}