POST /api/chat
{ "message": "Hello AI" }
{ "reply": "AI response here" }
curl -X POST https://qwen.snx.biz.id/api/chat \ -H "Content-Type: application/json" \ -d '{"message":"Hello AI"}'