{
"suggested_action": "human_agent_needed|auto_reply|escalate",
"suggested_reply": "Suggested reply content",
"default": "true|false"
}curl --location --request POST '/ai/client/reply' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"message": "string",
"created_at": 0,
"role": "string"
}
]
}'null