curl --location --request POST 'http://dev-cn.your-api-server.com/v1/sms/analyze' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"goal": "<string>",
"answers": [
{}
],
"to": "<string>",
"from": "<string>"
}'{
"status": "success",
"message": "Successfully analyzed SMS messages.",
"answers": [
"Bob prefers to have movers come in the morning.",
"..."
]
}