/client/reply:{
"suggested_reply": "AI-generated reply content"
}curl --location --request POST '/ai/client/reply_by_ai' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"message": "string",
"created_at": 0,
"role": "string"
}
]
}'null