curl --location --request POST 'http://dev-cn.your-api-server.com/v1/calls//analyze' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"goal": "<string>",
"questions": [
[
"<string>"
]
]
}'{
"status": "success",
"message": "Successfully analyzed call",
"answers": [
"human",
"Customer found the product sturdy and reliable",
"A bit heavy",
true
]
}